aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/mainwindow.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-09-16 16:58:08 +0200
committerRenaud G <renaud@rolisteam.org>2016-09-16 16:58:08 +0200
commit9ac85f82078e96689b95e22f56306f1f1f91522b (patch)
tree0379869ea020490ca6c5bdf852772cfdae21f35a /mobile/mainwindow.h
parent92e415fa59bb1508bbbd93905dbe225d4202d571 (diff)
downloadOneRoll-9ac85f82078e96689b95e22f56306f1f1f91522b.tar.gz
OneRoll-9ac85f82078e96689b95e22f56306f1f1f91522b.zip
add file
Diffstat (limited to 'mobile/mainwindow.h')
-rw-r--r--mobile/mainwindow.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mobile/mainwindow.h b/mobile/mainwindow.h
new file mode 100644
index 0000000..df67bfe
--- /dev/null
+++ b/mobile/mainwindow.h
@@ -0,0 +1,17 @@
+#ifndef MAINWINDOW_H
+#define MAINWINDOW_H
+
+#include <QMainWindow>
+
+class MainWindow : public QMainWindow
+{
+ Q_OBJECT
+public:
+ explicit MainWindow(QWidget *parent = 0);
+
+signals:
+
+public slots:
+};
+
+#endif // MAINWINDOW_H \ No newline at end of file