aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/mainwindow.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-09-16 20:35:32 +0200
committerRenaud G <renaud@rolisteam.org>2016-09-16 20:35:32 +0200
commitd3b6bce4937a4589708281b6cee46fe827a0c18d (patch)
tree80a89bfc69d28b9085eddbcfe0667bd94039d6b1 /mobile/mainwindow.h
parent70e09294fca1022d9370fe2fd631a98480c284b2 (diff)
parentb060740c162d5b5aa07e4f7dd28b155f951fd971 (diff)
downloadOneRoll-d3b6bce4937a4589708281b6cee46fe827a0c18d.tar.gz
OneRoll-d3b6bce4937a4589708281b6cee46fe827a0c18d.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
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