diff options
author | Louie S <louie@example.com> | 2024-03-02 16:16:59 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-02 16:16:59 -0500 |
commit | 43b2132f4d57fac69be698d26cc8f920967065e6 (patch) | |
tree | ed92c38189796e7dbb533d4685bc5743cd3d3b80 /src/add_group_form.h | |
parent | 74c9ba962ffe142b04f77fd831438a75eec7b46b (diff) |
Render entries
Diffstat (limited to 'src/add_group_form.h')
-rw-r--r-- | src/add_group_form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/add_group_form.h b/src/add_group_form.h index 2206e34..3b9c381 100644 --- a/src/add_group_form.h +++ b/src/add_group_form.h @@ -10,7 +10,7 @@ class AddGroupForm : public QDialog { AddGroupForm(); private: - Ui::Dialog ui; + Ui::addGroupDialog ui; private slots: void accept(); |