source: ntrip/trunk/BNC/src/app.h@ 8242

Last change on this file since 8242 was 8231, checked in by wiese, 6 years ago

CHANGE: #105 QT5

File size: 267 bytes
Line 
1#ifndef GnssCenter_APP_H
2#define GnssCenter_APP_H
3
4#include <QtWidgets>
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.