Automatic reload the database when the file is externally modified

This commit is contained in:
Jonathan White 2016-11-07 22:52:32 -05:00
commit 06b1baa454
10 changed files with 182 additions and 6 deletions

View file

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