Changeset 5012 in ntrip for trunk/GnssCenter/src/map


Ignore:
Timestamp:
Mar 28, 2013, 2:05:43 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/src/map/svgmap.h

    r5011 r5012  
    1717  t_svgMap(QWidget* parent = 0);
    1818  ~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
    2123 public slots:
    2224  void slotNewPoint(const QString& name, double latDeg, double lonDeg);
Note: See TracChangeset for help on using the changeset viewer.