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