Changeset 2722 in ntrip


Ignore:
Timestamp:
Nov 27, 2010, 12:46:32 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2719 r2722  
    13321332        connect(thread, SIGNAL(newLatency(QByteArray, double)),
    13331333                _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) {
    13361335          disconnect(thread,
    13371336                     SIGNAL(newPosition(bncTime, double, double, double)),
Note: See TracChangeset for help on using the changeset viewer.