aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/mainwindow.cpp
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.cpp
parent92e415fa59bb1508bbbd93905dbe225d4202d571 (diff)
downloadOneRoll-9ac85f82078e96689b95e22f56306f1f1f91522b.tar.gz
OneRoll-9ac85f82078e96689b95e22f56306f1f1f91522b.zip
add file
Diffstat (limited to 'mobile/mainwindow.cpp')
-rw-r--r--mobile/mainwindow.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/mainwindow.cpp b/mobile/mainwindow.cpp
new file mode 100644
index 0000000..ec0bd08
--- /dev/null
+++ b/mobile/mainwindow.cpp
@@ -0,0 +1,6 @@
+#include "mainwindow.h"
+
+MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
+{
+
+}