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


Ignore:
Timestamp:
Dec 31, 2009, 10:39:30 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2141 r2142  
    12221222        connect(thread, SIGNAL(newLatency(QByteArray, double)),
    12231223                _bncFigureLate, SLOT(slotNewLatency(QByteArray, double)));
    1224         disconnect(thread, SIGNAL(newPosition(const double*)),
    1225                    _bncFigurePPP, SLOT(slotNewPosition(const double*)));
    1226         connect(thread, SIGNAL(newPosition(const double*)),
    1227                 _bncFigurePPP, SLOT(slotNewPosition(const 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*)));
    12281228        break;
    12291229      }
Note: See TracChangeset for help on using the changeset viewer.