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.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 client/dialog.h (limited to 'client/dialog.h') diff --git a/client/dialog.h b/client/dialog.h deleted file mode 100644 index 17537d1..0000000 --- a/client/dialog.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef DIALOG_H -#define DIALOG_H - -#include - -namespace Ui { -class Dialog; -} - -class Dialog : public QDialog -{ - Q_OBJECT - -public: - explicit Dialog(QWidget *parent = nullptr); - ~Dialog(); - -private: - Ui::Dialog *ui; -}; - -#endif // DIALOG_H -- cgit v1.2.3