Changeset 5055 in ntrip for trunk/GnssCenter/inpedit


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

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/inpedit/inpedit.h

    r5051 r5055  
    2727 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
    2828 public:
    29   t_pluginInterface* create() {return new t_inpEdit();}
     29  virtual t_pluginInterface* create() {return new t_inpEdit();}
     30  virtual QString getName() const {return QString("Edit Input");}
    3031};
    3132
Note: See TracChangeset for help on using the changeset viewer.