mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Improve auto save handling.
This commit is contained in:
parent
b0ad864fe0
commit
204822b66f
11 changed files with 52 additions and 54 deletions
|
@ -37,7 +37,6 @@ public:
|
|||
|
||||
Q_SIGNALS:
|
||||
void groupChanged(Group* group);
|
||||
void editFinished();
|
||||
|
||||
private Q_SLOTS:
|
||||
void expandedChanged(const QModelIndex& index);
|
||||
|
@ -50,10 +49,8 @@ protected:
|
|||
|
||||
private:
|
||||
void recInitExpanded(Group* group);
|
||||
void emitEditFinished();
|
||||
|
||||
GroupModel* const m_model;
|
||||
bool m_emitEditFinished;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_GROUPVIEW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue