add method restoreFinished and reimplement it in SketchObject

This commit is contained in:
wmayer
2018-12-29 15:27:32 +01:00
parent 6cc2c1147e
commit be5796b2d0
4 changed files with 25 additions and 0 deletions

View File

@@ -129,4 +129,5 @@ void Persistence::restoreFromStream(std::istream& stream)
reader.readElement("Content");
Restore(reader);
reader.readFiles(zipstream);
restoreFinished();
}