NewItemDialog content is now reset after accept() & using a default value of 1 for share amount.

This commit is contained in:
2026-02-08 10:36:08 +01:00
parent 572f0f266e
commit e157d4399d
2 changed files with 19 additions and 1 deletions

View File

@ -61,6 +61,8 @@ class NewItemDialog : public AbstractDialog {
QLabel* m_mailLabel;
QLineEdit* m_mailEdit;
void resetContent();
};
#endif // NEWITEMDIALOG_H