aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-11-04 10:56:45 +0100
committerRenaud G <renaud@rolisteam.org>2016-11-04 10:56:45 +0100
commit8d0cec6bdc94099560bcb9136cb026742a318958 (patch)
tree887a3be5ced987674e80f886c5d24854067bb8ce /mobile
parenta2732c6091e2220bf49de5b0b9b63777d6ab4d0f (diff)
downloadOneRoll-8d0cec6bdc94099560bcb9136cb026742a318958.tar.gz
OneRoll-8d0cec6bdc94099560bcb9136cb026742a318958.zip
add window class for mobile
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mainwindow.cpp6
-rw-r--r--mobile/mainwindow.h17
2 files changed, 0 insertions, 23 deletions
diff --git a/mobile/mainwindow.cpp b/mobile/mainwindow.cpp
deleted file mode 100644
index ec0bd08..0000000
--- a/mobile/mainwindow.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "mainwindow.h"
-
-MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
-{
-
-}
diff --git a/mobile/mainwindow.h b/mobile/mainwindow.h
deleted file mode 100644
index df67bfe..0000000
--- a/mobile/mainwindow.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#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