summaryrefslogtreecommitdiffstats
path: root/qtflyingbus/build/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtflyingbus/build/mainwindow.h')
-rw-r--r--qtflyingbus/build/mainwindow.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/qtflyingbus/build/mainwindow.h b/qtflyingbus/build/mainwindow.h
new file mode 100644
index 0000000..8e92912
--- /dev/null
+++ b/qtflyingbus/build/mainwindow.h
@@ -0,0 +1,22 @@
+#ifndef MAINWINDOW_H
+#define MAINWINDOW_H
+
+#include <QDeclarativeView>
+
+class MainWindow : public QDeclarativeView
+{
+ Q_OBJECT
+
+public:
+ MainWindow();
+
+protected slots:
+#ifdef Q_OS_SYMBIAN
+ void lockViewMode();
+#endif
+
+private:
+ bool m_isPortrait;
+};
+
+#endif