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


Ignore:
Timestamp:
Jun 8, 2013, 3:57:39 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5180 r5181  
    4646
    4747 private:
     48  enum e_mode {mode_test, mode_ppp};
    4849  void loadHtmlPage();
    49   QWebView* _webView;
    50   double    _currLat;
    51   double    _currLon;
     50  QWebView*    _webView;
     51  QPushButton* _testButton;
     52  double       _currLat;
     53  double       _currLon;
     54  e_mode       _mode;
    5255};
    5356
Note: See TracChangeset for help on using the changeset viewer.