diff options
Diffstat (limited to 'QtClient/mainwindow.cpp')
-rw-r--r-- | QtClient/mainwindow.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/QtClient/mainwindow.cpp b/QtClient/mainwindow.cpp deleted file mode 100644 index 41a26bd..0000000 --- a/QtClient/mainwindow.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "mainwindow.h" -#include "ui_mainwindow.h" - -MainWindow::MainWindow(QWidget *parent) - : QMainWindow(parent) - , ui(new Ui::MainWindow) -{ - ui->setupUi(this); -} - -MainWindow::~MainWindow() -{ - delete ui; -} - |