source: ntrip/trunk/GnssCenter/src/plugininterface.h@ 5009

Last change on this file since 5009 was 5009, checked in by mervart, 11 years ago
File size: 306 bytes
Line 
1#ifndef GnssCenter_PLUGININTERFACE_H
2#define GnssCenter_PLUGININTERFACE_H
3
4#include <QtGui>
5
6namespace GnssCenter {
7
8class t_pluginInterface : public QWidget {
9
10 public:
11 t_pluginInterface(const QString& fileName = QString());
12 virtual ~t_pluginInterface() = 0;
13};
14
15} // namespace GnssCenter
16
17#endif
Note: See TracBrowser for help on using the repository browser.