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

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

CHANGE: #105 QT5

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