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


Ignore:
Timestamp:
Jul 15, 2013, 12:32:56 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5305 r5321  
    5858  _webView = new QWebView(this);
    5959  connect(_webView, SIGNAL(loadFinished(bool)), this, SLOT(slotInitMap(bool)));
     60
     61  MyWebPage* webPage = new MyWebPage();
     62  _webView->setPage(webPage);
    6063
    6164  // Proxy Settings
Note: See TracChangeset for help on using the changeset viewer.