Changeset 9239 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 10, 2020, 3:50:12 PM (3 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r9237 r9239  
    8888#include "rinex/reqcanalyze.h"
    8989#include "orbComp/sp3Comp.h"
    90 #ifdef QT_WEBKIT
     90#ifdef QT_WEBENGINE
    9191#  include "map/bncmapwin.h"
    9292#endif
     
    30713071////////////////////////////////////////////////////////////////////////////
    30723072void bncWindow::slotMapPPPClosed() {
    3073 #ifdef QT_WEBKIT
     3073#ifdef QT_WEBENGINE
    30743074  enableWidget(true, _pppWidgets._mapWinButton);
    30753075  enableWidget(true, _pppWidgets._mapWinDotSize);
  • trunk/BNC/src/map/bncmapwin.cpp

    r9237 r9239  
    9595void bncMapWin::loadHtmlPage() {
    9696
    97   bncSettings settings;
    98 
    9997  QFile htmlFile;
    10098  htmlFile.setFileName(":/map/map_osm.html");
Note: See TracChangeset for help on using the changeset viewer.