Changeset 5012 in ntrip for trunk/GnssCenter/src/map
- Timestamp:
- Mar 28, 2013, 2:05:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GnssCenter/src/map/svgmap.h ΒΆ
r5011 r5012 17 17 t_svgMap(QWidget* parent = 0); 18 18 ~t_svgMap(); 19 bool expectInputFile() const {return false;} 20 19 virtual bool expectInputFile() const {return false;} 20 virtual void setInputFile(const QString&) {} 21 virtual void show() {QDialog::show();} 22 21 23 public slots: 22 24 void slotNewPoint(const QString& name, double latDeg, double lonDeg);
Note:
See TracChangeset
for help on using the changeset viewer.