Changeset 5234 in ntrip for trunk/BNC/src/map/bncmapwin.cpp


Ignore:
Timestamp:
Jun 17, 2013, 8:31:50 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/bncmapwin.cpp

    r5232 r5234  
    153153  gotoLocation(ell[0]*180.0/M_PI, ell[1]*180.0/M_PI);
    154154}
     155
     156// Close Dialog gracefully
     157////////////////////////////////////////////////////////////////////////////
     158void bncMapWin::closeEvent(QCloseEvent* event) {
     159  emit mapClosed();
     160  QDialog::closeEvent(event);
     161}
Note: See TracChangeset for help on using the changeset viewer.