aboutsummaryrefslogtreecommitdiff
path: root/client/dialog.h
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2022-10-30 12:05:26 +0100
committerUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2022-10-30 12:05:26 +0100
commit2788f6d76bb9485bc800356424df210f0d6a86c7 (patch)
treed20cc0c2e516d1ec4c9a3b4658a3acb62aa04888 /client/dialog.h
parent8952e19f00e0930e53e3731fd30be5e2600d9fd6 (diff)
changed dbConnector to settings window
Diffstat (limited to 'client/dialog.h')
-rw-r--r--client/dialog.h22
1 files changed, 0 insertions, 22 deletions
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 <QDialog>
-
-namespace Ui {
-class Dialog;
-}
-
-class Dialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit Dialog(QWidget *parent = nullptr);
- ~Dialog();
-
-private:
- Ui::Dialog *ui;
-};
-
-#endif // DIALOG_H