Changeset 5228 in ntrip for trunk/BNC/src/map/bncmapwin.h


Ignore:
Timestamp:
Jun 16, 2013, 4:15:05 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5187 r5228  
    4444 private slots:
    4545  void slotInitMap(bool isOk);
    46   void slotTest();
    4746
    4847 private:
    49   enum e_mode {mode_test, mode_ppp};
    5048  void loadHtmlPage();
    5149  void gotoLocation(double lat, double lon);
    52   QWebView*    _webView;
    53   QPushButton* _testButton;
    54   double       _currLat;
    55   double       _currLon;
    56   e_mode       _mode;
     50  QWebView* _webView;
     51  QLabel*   _statusLabel;
     52  double    _currLat;
     53  double    _currLon;
    5754};
    5855
Note: See TracChangeset for help on using the changeset viewer.