Automatic reload the database when the file is externally modified
This commit is contained in:
@@ -324,3 +324,9 @@ void Database::startModifiedTimer()
|
||||
}
|
||||
m_timer->start(150);
|
||||
}
|
||||
|
||||
const CompositeKey & Database::key() const
|
||||
{
|
||||
return m_data.key;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user