[regression] Tidy the models' layouts before leaving the app

This commit is contained in:
Émilie Feral
2018-09-14 14:39:44 +02:00
parent 206fb5999d
commit 1b0cd43b56
14 changed files with 44 additions and 36 deletions

View File

@@ -47,6 +47,7 @@ App::Descriptor * App::Snapshot::descriptor() {
void App::Snapshot::tidy() {
m_store.setDelegate(nullptr);
m_store.tidy();
}
App::App(Container * container, Snapshot * snapshot) :