aboutsummaryrefslogtreecommitdiff
path: root/client/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/dialog.cpp')
-rw-r--r--client/dialog.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/dialog.cpp b/client/dialog.cpp
deleted file mode 100644
index 58c3e72..0000000
--- a/client/dialog.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "dialog.h"
-#include "ui_dialog.h"
-
-Dialog::Dialog(QWidget *parent) :
- QDialog(parent),
- ui(new Ui::Dialog)
-{
- ui->setupUi(this);
-}
-
-Dialog::~Dialog()
-{
- delete ui;
-}