mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Automatic reload the database when the file is externally modified
This commit is contained in:
commit
06b1baa454
10 changed files with 182 additions and 6 deletions
|
@ -324,3 +324,9 @@ void Database::startModifiedTimer()
|
|||
}
|
||||
m_timer->start(150);
|
||||
}
|
||||
|
||||
const CompositeKey & Database::key() const
|
||||
{
|
||||
return m_data.key;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue