mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Fix crash when editing an entry in search results.
This commit is contained in:
parent
a5eb93255b
commit
fb5a5041d5
2 changed files with 23 additions and 2 deletions
|
@ -77,6 +77,7 @@ private Q_SLOTS:
|
|||
void updateMasterKey(bool accepted);
|
||||
void updateSettings(bool accepted);
|
||||
void emitCurrentModeChanged();
|
||||
void clearLastGroup(Group* group);
|
||||
|
||||
private:
|
||||
void truncateHistories();
|
||||
|
@ -93,6 +94,7 @@ private:
|
|||
Entry* m_newEntry;
|
||||
Group* m_newParent;
|
||||
QLineEdit* m_searchEdit;
|
||||
Group* m_lastGroup;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_DATABASEWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue