source: ntrip/branches/BNC_2.12/src/app.h

Last change on this file was 5072, checked in by mervart, 11 years ago
File size: 263 bytes
Line 
1#ifndef GnssCenter_APP_H
2#define GnssCenter_APP_H
3
4#include <QtGui>
5
6class t_app : public QApplication {
7 Q_OBJECT
8 public:
9 t_app(int& argc, char* argv[], bool GUIenabled);
10 virtual ~t_app();
11 protected:
12 virtual bool event(QEvent* ev);
13 private:
14};
15
16#endif
17
Note: See TracBrowser for help on using the repository browser.