mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Use search for showing expired entries on unlock
* Fix #8036 - use search interface to display expiring entries on first unlock.
This commit is contained in:
parent
dfee59742f
commit
e5bd5f39fb
3 changed files with 14 additions and 7 deletions
|
@ -302,6 +302,7 @@ private:
|
|||
// Search state
|
||||
QScopedPointer<EntrySearcher> m_entrySearcher;
|
||||
QString m_lastSearchText;
|
||||
QString m_nextSearchLabelText;
|
||||
bool m_searchLimitGroup;
|
||||
|
||||
// Autoreload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue