Changeset 9239 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 10, 2020, 3:50:12 PM (4 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r9237 r9239 88 88 #include "rinex/reqcanalyze.h" 89 89 #include "orbComp/sp3Comp.h" 90 #ifdef QT_WEB KIT90 #ifdef QT_WEBENGINE 91 91 # include "map/bncmapwin.h" 92 92 #endif … … 3071 3071 //////////////////////////////////////////////////////////////////////////// 3072 3072 void bncWindow::slotMapPPPClosed() { 3073 #ifdef QT_WEB KIT3073 #ifdef QT_WEBENGINE 3074 3074 enableWidget(true, _pppWidgets._mapWinButton); 3075 3075 enableWidget(true, _pppWidgets._mapWinDotSize); -
trunk/BNC/src/map/bncmapwin.cpp
r9237 r9239 95 95 void bncMapWin::loadHtmlPage() { 96 96 97 bncSettings settings;98 99 97 QFile htmlFile; 100 98 htmlFile.setFileName(":/map/map_osm.html");
Note:
See TracChangeset
for help on using the changeset viewer.