diff options
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | mobile/mainwindow.cpp | 6 | ||||
| -rw-r--r-- | mobile/mainwindow.h | 17 |
3 files changed, 2 insertions, 23 deletions
diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt index 0ccff18..d4de8ab 100644 --- a/mobile/CMakeLists.txt +++ b/mobile/CMakeLists.txt @@ -88,8 +88,10 @@ SET( diceGui_sources ../node/sortresult.cpp ../node/startingnode.cpp ../node/ifnode.cpp + ../node/filternode.cpp main.cpp maincontroler.cpp + commandmodel.cpp ../highlightdice.cpp ) qt5_add_resources(RESOURCE_ADDED mobile.qrc) 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 |