summaryrefslogtreecommitdiff
path: root/src/addGroupForm.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-07-23 20:37:48 -0400
committerLouie S <louie@example.com>2024-07-23 20:37:48 -0400
commitc34930425fadfc4083067b9306159cd8e8ecf6c6 (patch)
treed9c09709f1b9cf7e9bcf098d48c7036044098a7d /src/addGroupForm.h
parentf820f439910ef0243e6b9aded293190341b058ac (diff)
Rearrange source file locations
Diffstat (limited to 'src/addGroupForm.h')
-rw-r--r--src/addGroupForm.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/addGroupForm.h b/src/addGroupForm.h
deleted file mode 100644
index b181408..0000000
--- a/src/addGroupForm.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef ADDGROUPFORM_H
-#define ADDGROUPFORM_H
-
-#include <QObject>
-
-#include "ui_groupForm.h"
-
-class AddGroupForm : public QDialog {
- Q_OBJECT
-
- public:
- AddGroupForm();
-
- private:
- Ui::groupDialog ui;
-
- private slots:
- void accept();
-};
-
-#endif