mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Automatic reload of a database when it get modified
When the database if modified by an other instance of KeePassX, KeePassX detect it and reload automatically the database.
This commit is contained in:
parent
e263c475c9
commit
7a8d4577f1
7 changed files with 162 additions and 0 deletions
|
@ -297,3 +297,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