From 8d0cec6bdc94099560bcb9136cb026742a318958 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 4 Nov 2016 10:56:45 +0100 Subject: add window class for mobile --- mobile/mainwindow.cpp | 6 ------ mobile/mainwindow.h | 17 ----------------- 2 files changed, 23 deletions(-) delete mode 100644 mobile/mainwindow.cpp delete mode 100644 mobile/mainwindow.h 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 - -class MainWindow : public QMainWindow -{ - Q_OBJECT -public: - explicit MainWindow(QWidget *parent = 0); - -signals: - -public slots: -}; - -#endif // MAINWINDOW_H \ No newline at end of file -- cgit v1.2.3-70-g09d2