Changeset 5235 in ntrip


Ignore:
Timestamp:
Jun 17, 2013, 8:36:09 AM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5233 r5235  
    29402940  if (!_mapWin) {
    29412941    _mapWin = new bncMapWin(this);
     2942    connect(_mapWin, SIGNAL(mapClosed()), this, SLOT(slotMapPPPClosed()));
    29422943    QListIterator<bncGetThread*> it(_threads);
    29432944    while (it.hasNext()) {
     
    29572958#endif
    29582959}
     2960
     2961// Show Map
     2962////////////////////////////////////////////////////////////////////////////
     2963void 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  
    8080    void slotMapMountPoints();
    8181    void slotMapPPP();
     82    void slotMapPPPClosed();
    8283    void slotStart();
    8384    void slotFinishedPostProcessingPPP();
Note: See TracChangeset for help on using the changeset viewer.