Changeset 5189 in ntrip
- Timestamp:
- Jun 9, 2013, 12:36:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5187 r5189 2173 2173 SLOT(slotNewPosition(bncTime, double, double, double))); 2174 2174 } 2175 2175 #ifdef QT_WEBKIT 2176 2176 if (_mapWin) { 2177 2177 disconnect(thread, SIGNAL(newPosition(bncTime, double, double, double)), … … 2180 2180 _mapWin, SLOT(slotNewPosition(bncTime, double, double, double))); 2181 2181 } 2182 2182 #endif 2183 2183 break; 2184 2184 }
Note:
See TracChangeset
for help on using the changeset viewer.