Changeset 5063 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 29, 2013, 11:13:26 AM (12 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r4977 r5063 71 71 72 72 using namespace std; 73 74 #ifdef GNSSCENTER_PLUGIN 75 Q_EXPORT_PLUGIN2(gnsscenter_bnc, t_bncFactory) 76 #endif 73 77 74 78 // Constructor -
trunk/BNC/src/bncwindow.h
r4790 r5063 280 280 #endif 281 281 }; 282 283 #ifdef GNSSCENTER_PLUGIN 284 #include "plugininterface.h" 285 class t_bncFactory : public QObject, public GnssCenter::t_pluginFactoryInterface { 286 Q_OBJECT 287 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface) 288 public: 289 virtual QWidget* create() {return new bncWindow();} 290 virtual QString getName() const {return QString("BNC");} 291 }; 282 292 #endif 293 294 #endif
Note:
See TracChangeset
for help on using the changeset viewer.