Changeset 5178 in ntrip
- Timestamp:
- Jun 8, 2013, 1:41:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r5177 r5178 108 108 _webView->page()->mainFrame()->evaluateJavaScript(QString("gotoLocation( %1 )").arg(location)); 109 109 //// beg test 110 _currLat += 0.000 1;111 _currLon += 0.000 1;112 QTimer::singleShot(100 0, this, SLOT(slotGotoLocation()));110 _currLat += 0.00001; 111 _currLon += 0.00001; 112 QTimer::singleShot(100, this, SLOT(slotGotoLocation())); 113 113 //// end test 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.