Changeset 5477 in ntrip for trunk/GnssCenter


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

Legend:

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

    r5476 r5477  
    149149/////////////////////////////////////////////////////////////////////////////
    150150void t_monitor::slotStartThrift() {
    151   enableActions();
    152151  if (!_thriftClient) {
    153152    _thriftClient = new t_thriftClient(this, _host, _port.toInt());
     
    156155    slotPlotResults();
    157156  }
     157  enableActions();
    158158}
    159159
     
    161161/////////////////////////////////////////////////////////////////////////////
    162162void t_monitor::slotStopThrift() {
    163   enableActions();
    164163  if (_thriftClient) {
    165164    _thriftClient->stop();
    166165    _thriftClient = 0;
    167166  }
     167  enableActions();
    168168}
    169169
     
    171171/////////////////////////////////////////////////////////////////////////////
    172172void t_monitor::slotThriftFinished() {
    173   enableActions();
    174173  sender()->deleteLater();
    175174  _thriftClient = 0;
     175  enableActions();
    176176}
    177177
Note: See TracChangeset for help on using the changeset viewer.