aboutsummaryrefslogtreecommitdiffstats
path: root/SampleNavigationApp/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'SampleNavigationApp/mainwindow.h')
-rw-r--r--SampleNavigationApp/mainwindow.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/SampleNavigationApp/mainwindow.h b/SampleNavigationApp/mainwindow.h
deleted file mode 100644
index a3948a9..0000000
--- a/SampleNavigationApp/mainwindow.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include <QMainWindow>
-
-namespace Ui {
-class MainWindow;
-}
-
-class MainWindow : public QMainWindow
-{
- Q_OBJECT
-
-public:
- explicit MainWindow(QWidget *parent = 0);
- ~MainWindow();
-
-private:
- Ui::MainWindow *ui;
-};
-
-#endif // MAINWINDOW_H