Changeset 8620 in ntrip for branches/BNC_2.12/src/bncwindow.h


Ignore:
Timestamp:
Feb 28, 2019, 3:17:07 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.h

    r8616 r8620  
    6565    void AddToolbar();
    6666
    67   public slots: 
     67  public slots:
    6868    void slotMountPointsRead(QList<bncGetThread*>);
    6969    void slotBncTextChanged();
     
    116116    QAction*   _actFontSel;
    117117    QAction*   _actSaveOpt;
    118     QAction*   _actQuit; 
     118    QAction*   _actQuit;
    119119    QAction*   _actMapMountPoints;
    120120    QAction*   _actStart;
     
    132132    QLineEdit* _outPortLineEdit;
    133133    QLineEdit* _outUPortLineEdit;
    134     QCheckBox* _printLockTimeCheckBox;   
     134    QCheckBox* _outLockTimeCheckBox;
    135135    QLineEdit* _ephOutPortLineEdit;
    136136    QLineEdit* _corrPortLineEdit;
     
    236236    bool _runningSp3Comp;
    237237
    238     bool running() {return _runningRealTime || _runningPPP || _runningEdit || 
     238    bool running() {return _runningRealTime || _runningPPP || _runningEdit ||
    239239                    _runningQC || _runningSp3Comp;}
    240240
     
    252252 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
    253253 public:
    254   virtual QWidget* create() {return new bncWindow();} 
     254  virtual QWidget* create() {return new bncWindow();}
    255255  virtual QString getName() const {return QString("BNC");}
    256256};
Note: See TracChangeset for help on using the changeset viewer.