Changeset 5010 in ntrip for trunk/GnssCenter/src


Ignore:
Timestamp:
Mar 28, 2013, 1:51:28 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/GnssCenter/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/src/plugininterface.h

    r5009 r5010  
    1111  t_pluginInterface(const QString& fileName = QString());
    1212  virtual ~t_pluginInterface() = 0;
     13  virtual bool expectInputFile() const = 0;
    1314};
    1415
  • trunk/GnssCenter/src/src.pro

    r5006 r5010  
    1717
    1818HEADERS +=                app.h       mdiarea.h   \
    19            settings.h     mainwin.h
     19           settings.h     mainwin.h   plugininterface.h
    2020
    2121SOURCES += GnssCenter.cpp app.cpp     mdiarea.cpp \
Note: See TracChangeset for help on using the changeset viewer.