[code] Script names are displayed and can be edited.

Change-Id: I5acc468920b66673e78da130bf90a74d0c062211
This commit is contained in:
Léa Saviot
2017-10-20 17:35:05 +02:00
committed by Romain Goyet
parent 68f368fcde
commit a14cfd0aea
14 changed files with 288 additions and 132 deletions

View File

@@ -18,7 +18,7 @@ const Image * App::Descriptor::icon() {
}
App::Snapshot::Snapshot() {
m_scriptStore.addMandelbrotScript();
m_scriptStore.addFactorialScript();
}
App * App::Snapshot::unpack(Container * container) {