mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Add editFinished signal which can be used to auto save the database.
This commit is contained in:
parent
27794021d9
commit
056447fad9
6 changed files with 29 additions and 5 deletions
|
@ -74,6 +74,7 @@ public:
|
|||
Q_SIGNALS:
|
||||
void closeRequest();
|
||||
void currentModeChanged(DatabaseWidget::Mode mode);
|
||||
void editFinished();
|
||||
|
||||
public Q_SLOTS:
|
||||
void createEntry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue