Changeset 2145 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Dec 31, 2009, 11:15:50 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2142 r2145  
    12221222        connect(thread, SIGNAL(newLatency(QByteArray, double)),
    12231223                _bncFigureLate, SLOT(slotNewLatency(QByteArray, double)));
    1224         disconnect(thread, SIGNAL(newPosition(const bncTime&, const double*)),
    1225                    _bncFigurePPP, SLOT(slotNewPosition(const bncTime&, const double*)));
    1226         connect(thread, SIGNAL(newPosition(const bncTime&, const double*)),
    1227                 _bncFigurePPP, SLOT(slotNewPosition(const bncTime&, const double*)));
     1224        disconnect(thread,
     1225                   SIGNAL(newPosition(bncTime, double, double, double)),
     1226                   _bncFigurePPP,
     1227                   SLOT(slotNewPosition(bncTime, double, double, double)));
     1228        connect(thread, SIGNAL(newPosition(bncTime, double, double, double)),
     1229                _bncFigurePPP,
     1230                SLOT(slotNewPosition(bncTime, double, double, double)));
    12281231        break;
    12291232      }
Note: See TracChangeset for help on using the changeset viewer.