From 2788f6d76bb9485bc800356424df210f0d6a86c7 Mon Sep 17 00:00:00 2001 From: UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> Date: Sun, 30 Oct 2022 12:05:26 +0100 Subject: changed dbConnector to settings window --- client/dialog.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 client/dialog.cpp (limited to 'client/dialog.cpp') 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; -} -- cgit v1.2.3