Changeset 4346 in ntrip for trunk/BNC/src/bncapp.h


Ignore:
Timestamp:
Jun 24, 2012, 4:31:10 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncapp.h

    r4278 r4346  
    6262    const QString& pgmName() {return _pgmName;}
    6363    const QString& userName() {return _userName;}
     64    QWidget* mainWindow() const {return _mainWindow;};
     65    void setMainWindow(QWidget* mainWindow){_mainWindow = mainWindow;}
    6466  protected:
    6567    virtual bool event(QEvent* ev);
     
    134136    bncComb*            _bncComb;
    135137    e_mode              _mode;
     138    QWidget*            _mainWindow;
    136139 public:
    137140    bncPPPclient*       _bncPPPclient;
Note: See TracChangeset for help on using the changeset viewer.