Changeset 8897 in ntrip for trunk/BNC/src/app.h


Ignore:
Timestamp:
Mar 13, 2020, 9:52:09 AM (4 years ago)
Author:
stuerze
Message:

adaptation to qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/app.h

    r8252 r8897  
    33
    44#include <QApplication>
    5 #include <QEvent>
     5#include <QFileOpenEvent>
     6#include <QtGui>
     7
     8
     9QCoreApplication* createApplication(int& argc, char* argv[], bool GUIenabled);
    610
    711class t_app : public QApplication {
    812 Q_OBJECT
    913 public:
    10   t_app(int& argc, char* argv[], bool GUIenabled);
     14  t_app(int& argc, char* argv[]);
    1115  virtual ~t_app();
    1216 protected:
     
    1519};
    1620
     21
    1722#endif
    18 
Note: See TracChangeset for help on using the changeset viewer.