Changeset 5013 in ntrip for trunk/GnssCenter/src/map/svgmap.h


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

Legend:

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

    r5012 r5013  
    1313class t_svgMap : public QDialog, public t_pluginInterface {
    1414 Q_OBJECT
     15 Q_INTERFACES(t_pluginInterface)
    1516   
    1617 public:
    17   t_svgMap(QWidget* parent = 0);
     18  t_svgMap();
    1819  ~t_svgMap();
    1920  virtual bool expectInputFile() const {return false;}
Note: See TracChangeset for help on using the changeset viewer.