Changeset 5055 in ntrip for trunk/GnssCenter/inpedit
- Timestamp:
- Mar 28, 2013, 7:11:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/inpedit/inpedit.h
r5051 r5055 27 27 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface) 28 28 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");} 30 31 }; 31 32
Note:
See TracChangeset
for help on using the changeset viewer.