TerraViewApp.h
Go to the documentation of this file.
1 #include <QApplication>
2 
3 
4 class TerraViewApp : public QApplication
5 {
6  Q_OBJECT
7 public:
8  TerraViewApp(int &argc, char ** argv);
9  // ~TerraViewApp();
10 private:
11  bool notify(QObject *receiver_, QEvent *event_);
12 };
TerraViewApp(int &argc, char **argv)
bool notify(QObject *receiver_, QEvent *event_)