diff options
author | Louie S <louie@example.com> | 2024-03-09 17:34:04 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-09 17:34:04 -0500 |
commit | fc00cab0368a6f76a2b1f276f3a3d8573b1fba82 (patch) | |
tree | 655bd8a5df5d41f864fff0dac995e48b2fe06856 /src/add_group_form.h | |
parent | 10b83b465509d864d6946ef30f31ec0356fc78ff (diff) |
Standardize source file names
Diffstat (limited to 'src/add_group_form.h')
-rw-r--r-- | src/add_group_form.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/add_group_form.h b/src/add_group_form.h deleted file mode 100644 index 2e602b8..0000000 --- a/src/add_group_form.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef ADDGROUPFORM_H -#define ADDGROUPFORM_H - -#include <QObject> - -#include "ui_group_form.h" - -class AddGroupForm : public QDialog { - Q_OBJECT - - public: - AddGroupForm(); - - private: - Ui::groupDialog ui; - - private slots: - void accept(); -}; - -#endif |