Changeset 5010 in ntrip
- Timestamp:
- Mar 28, 2013, 1:51:28 PM (12 years ago)
- Location:
- trunk/GnssCenter/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/src/plugininterface.h
r5009 r5010 11 11 t_pluginInterface(const QString& fileName = QString()); 12 12 virtual ~t_pluginInterface() = 0; 13 virtual bool expectInputFile() const = 0; 13 14 }; 14 15 -
trunk/GnssCenter/src/src.pro
r5006 r5010 17 17 18 18 HEADERS += app.h mdiarea.h \ 19 settings.h mainwin.h 19 settings.h mainwin.h plugininterface.h 20 20 21 21 SOURCES += GnssCenter.cpp app.cpp mdiarea.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.