Changeset 5235 in ntrip
- Timestamp:
- Jun 17, 2013, 8:36:09 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5233 r5235 2940 2940 if (!_mapWin) { 2941 2941 _mapWin = new bncMapWin(this); 2942 connect(_mapWin, SIGNAL(mapClosed()), this, SLOT(slotMapPPPClosed())); 2942 2943 QListIterator<bncGetThread*> it(_threads); 2943 2944 while (it.hasNext()) { … … 2957 2958 #endif 2958 2959 } 2960 2961 // Show Map 2962 //////////////////////////////////////////////////////////////////////////// 2963 void bncWindow::slotMapPPPClosed() { 2964 #ifdef QT_WEBKIT 2965 qDebug() << "slotMapPPPClosed"; 2966 delete _mapWin; 2967 _mapWin = 0; 2968 #endif 2969 } -
trunk/BNC/src/bncwindow.h
r5225 r5235 80 80 void slotMapMountPoints(); 81 81 void slotMapPPP(); 82 void slotMapPPPClosed(); 82 83 void slotStart(); 83 84 void slotFinishedPostProcessingPPP();
Note:
See TracChangeset
for help on using the changeset viewer.