Changeset 5055 in ntrip for trunk/GnssCenter/svgmap
- Timestamp:
- Mar 28, 2013, 7:11:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/svgmap/svgmap.h
r5053 r5055 49 49 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface) 50 50 public: 51 t_pluginInterface* create() {return new t_svgMap();} 51 virtual t_pluginInterface* create() {return new t_svgMap();} 52 virtual QString getName() const {return QString("Map");} 52 53 }; 53 54
Note:
See TracChangeset
for help on using the changeset viewer.