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


Ignore:
Timestamp:
Sep 15, 2013, 9:58:01 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5452 r5455  
    2525
    2626 private slots:
     27  void slotConfig();
    2728  void slotStartThrift();
    2829  void slotStopThrift();
     
    3334  QMutex                        _mutex;
    3435  QTabWidget*                   _tabWidget;
     36  QAction*                      _actConfig;
     37  QAction*                      _actStartThrift;
     38  QAction*                      _actStopThrift;
    3539  t_worldPlot*                  _plot;
    3640  t_thriftClient*               _thriftClient;
Note: See TracChangeset for help on using the changeset viewer.