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:
Sebastien Fricker 2014-05-03 16:59:41 +02:00
parent e263c475c9
commit 7a8d4577f1
7 changed files with 162 additions and 0 deletions

View file

@ -297,3 +297,9 @@ void Database::startModifiedTimer()
}
m_timer->start(150);
}
const CompositeKey & Database::key() const
{
return m_data.key;
}