Ignore:
Timestamp:
Sep 12, 2013, 5:59:21 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/map_stations.cpp

    r5431 r5432  
    9797/////////////////////////////////////////////////////////////////////////////
    9898void t_map_stations::slotStopThrift() {
    99   qDebug() << "slotStopThrift" << _thriftClient;
    10099  if (_thriftClient) {
    101100    _thriftClient->stop();
     
    107106/////////////////////////////////////////////////////////////////////////////
    108107void t_map_stations::slotThriftFinished() {
    109   qDebug() << "slotThriftFinished" << _thriftClient;
    110108  sender()->deleteLater();
    111109  _thriftClient = 0;
Note: See TracChangeset for help on using the changeset viewer.