Changeset 2722 in ntrip
- Timestamp:
- Nov 27, 2010, 12:46:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2719 r2722 1332 1332 connect(thread, SIGNAL(newLatency(QByteArray, double)), 1333 1333 _bncFigureLate, SLOT(slotNewLatency(QByteArray, double))); 1334 if (settings.value("pppOrigin").toString() != "None" && 1335 settings.value("pppOrigin").toString() != "QuickStart - Mobile") { 1334 if ( Qt::CheckState(settings.value("pppPlotCoordinates").toInt()) == Qt::Checked) { 1336 1335 disconnect(thread, 1337 1336 SIGNAL(newPosition(bncTime, double, double, double)),
Note:
See TracChangeset
for help on using the changeset viewer.