diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-10-30 12:05:26 +0100 |
---|---|---|
committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-10-30 12:05:26 +0100 |
commit | 2788f6d76bb9485bc800356424df210f0d6a86c7 (patch) | |
tree | d20cc0c2e516d1ec4c9a3b4658a3acb62aa04888 /client/dialog.cpp | |
parent | 8952e19f00e0930e53e3731fd30be5e2600d9fd6 (diff) |
changed dbConnector to settings window
Diffstat (limited to 'client/dialog.cpp')
-rw-r--r-- | client/dialog.cpp | 14 |
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; -} |