summaryrefslogtreecommitdiff
path: root/src/addGroupForm.h
diff options
context:
space:
mode:
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