QmlDesigner: Improving SessionChangeSets

Task-number: QDS-2998
Change-Id: I9b559bf593dd968172649d1f6c45fb9fb454f1a5
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2020-11-05 18:12:26 +01:00
parent c3aad50184
commit f90bc7fa37
6 changed files with 43 additions and 31 deletions

View File

@@ -151,6 +151,11 @@ void Database::applyAndUpdateSessions()
m_statements->sessions.applyAndUpdateSessions();
}
SessionChangeSets Database::changeSets() const
{
return m_statements->sessions.changeSets();
}
const Utils::PathString &Database::databaseFilePath() const
{
return m_databaseFilePath;