Changeset 5474 in ntrip for trunk/GnssCenter/monitor/monitor.h


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

Legend:

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

    r5457 r5474  
    3131
    3232 private:
     33  void readSettings();
    3334  void setTitle();
     35  void enableActions();
    3436  QMutex                        _mutex;
    3537  QTabWidget*                   _tabWidget;
     
    3840  QAction*                      _actStopThrift;
    3941  t_worldPlot*                  _plot;
     42  QString                       _host;
     43  QString                       _port;
    4044  t_thriftClient*               _thriftClient;
    4145  std::vector<t_thriftResult*>* _results;
Note: See TracChangeset for help on using the changeset viewer.