[apps/escher/ion] Remove Graph memoized models on storage change

This commit is contained in:
Léa Saviot
2018-10-24 15:06:58 +02:00
committed by Émilie Feral
parent 1517b57cc8
commit 9bfaed583d
9 changed files with 39 additions and 39 deletions

View File

@@ -37,6 +37,10 @@ void App::Snapshot::reset() {
m_graphRange.setDefault();
}
void App::Snapshot::storageDidChangeForRecord(const Ion::Storage::Record record) {
m_functionStore.storageDidChangeForRecord(record);
}
App::Descriptor * App::Snapshot::descriptor() {
static Descriptor descriptor;
return &descriptor;