Changeset 5186 in ntrip
- Timestamp:
- Jun 9, 2013, 9:29:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bncwindow.cpp ¶
r5179 r5186 64 64 #include "reqcdlg.h" 65 65 #include "bncmap.h" 66 #include "map/bncmapwin.h" 66 #ifdef QT_WEBKIT 67 # include "map/bncmapwin.h" 68 #endif 67 69 #ifdef USE_POSTPROCESSING 68 70 # include "rinex/bncpostprocess.h" … … 2854 2856 //////////////////////////////////////////////////////////////////////////// 2855 2857 void bncWindow::slotMapPPP() { 2858 #ifdef QT_WEBKIT 2856 2859 if (!_mapWin) { 2857 2860 _mapWin = new bncMapWin(this); 2858 2861 } 2859 2862 _mapWin->show(); 2860 } 2863 #else 2864 QMessageBox::information(this, "Information", 2865 "Qt Library compiled without QtWebKit"); 2866 #endif 2867 }
Note:
See TracChangeset
for help on using the changeset viewer.