- Timestamp:
- Jun 8, 2013, 3:24:33 PM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5162 r5179 97 97 _pppSPPComboBox = 0; // necessary for enableStartStop() 98 98 _reqcActionComboBox = 0; // necessary for enableStartStop() 99 100 _mapWin = 0; 99 101 100 102 int ww = QFontMetrics(this->font()).width('w'); … … 2852 2854 //////////////////////////////////////////////////////////////////////////// 2853 2855 void bncWindow::slotMapPPP() { 2854 bncMapWin* mapWin = new bncMapWin(this); 2855 mapWin->show(); 2856 } 2856 if (!_mapWin) { 2857 _mapWin = new bncMapWin(this); 2858 } 2859 _mapWin->show(); 2860 } -
trunk/BNC/src/bncwindow.h
r5162 r5179 53 53 class bncEphUploadCaster; 54 54 class qtFileChooser; 55 class bncMapWin; 55 56 56 57 class bncWindow : public QMainWindow { … … 260 261 bool _runningPostProcessingReqc; 261 262 263 bncMapWin* _mapWin; 264 262 265 #ifdef RTROVER_INTERFACE 263 266 QComboBox* _rtroverModeComboBox;
Note:
See TracChangeset
for help on using the changeset viewer.