Changeset 5699 in ntrip for trunk/BNC/src/PPP/pppwidgets.h


Ignore:
Timestamp:
Jul 30, 2014, 10:37:11 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppwidgets.h

    r5696 r5699  
    3030class qtFileChooser;
    3131
    32 class t_pppWidgets {
     32class t_pppWidgets : public QObject {
     33 Q_OBJECT
     34
    3335 public:
    3436  t_pppWidgets();
     
    5355  QSpinBox*      _corrWaitTime;
    5456
     57 private slots:
     58  void slotEnableWidgets(); 
     59
    5560 private:
    5661  void readOptions();
     62  QList <QWidget*> _widgets;
    5763};
    5864
Note: See TracChangeset for help on using the changeset viewer.