NewItemDialog content is now reset after accept() & using a default value of 1 for share amount.
This commit is contained in:
@ -61,6 +61,8 @@ class NewItemDialog : public AbstractDialog {
|
||||
|
||||
QLabel* m_mailLabel;
|
||||
QLineEdit* m_mailEdit;
|
||||
|
||||
void resetContent();
|
||||
};
|
||||
|
||||
#endif // NEWITEMDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user