Changeset 5236 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 17, 2013, 8:39:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5235 r5236 2938 2938 #ifdef QT_WEBKIT 2939 2939 saveOptions(); 2940 enableWidget(false, _mapWinButton); 2941 enableWidget(false, _gmRadioButton); 2942 enableWidget(false, _osmRadioButton); 2943 enableWidget(false, _mapWinTraceCheckBox); 2944 enableWidget(false, _mapSpeedSlider); 2940 2945 if (!_mapWin) { 2941 2946 _mapWin = new bncMapWin(this); … … 2963 2968 void bncWindow::slotMapPPPClosed() { 2964 2969 #ifdef QT_WEBKIT 2965 qDebug() << "slotMapPPPClosed";2966 2970 delete _mapWin; 2967 2971 _mapWin = 0; 2972 slotBncTextChanged(); 2968 2973 #endif 2969 2974 }
Note:
See TracChangeset
for help on using the changeset viewer.