Changeset 5432 in ntrip for trunk/GnssCenter/map_stations
- Timestamp:
- Sep 12, 2013, 5:59:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/map_stations/map_stations.cpp
r5431 r5432 97 97 ///////////////////////////////////////////////////////////////////////////// 98 98 void t_map_stations::slotStopThrift() { 99 qDebug() << "slotStopThrift" << _thriftClient;100 99 if (_thriftClient) { 101 100 _thriftClient->stop(); … … 107 106 ///////////////////////////////////////////////////////////////////////////// 108 107 void t_map_stations::slotThriftFinished() { 109 qDebug() << "slotThriftFinished" << _thriftClient;110 108 sender()->deleteLater(); 111 109 _thriftClient = 0;
Note:
See TracChangeset
for help on using the changeset viewer.