[code] Added default Fibonacci script.

Change-Id: I2766fa542ee64722018486a874e9855a5976a788
This commit is contained in:
Léa Saviot
2017-10-25 16:13:09 +02:00
committed by Romain Goyet
parent 35520fb3d4
commit 745eddfa05
8 changed files with 128 additions and 100 deletions

View File

@@ -17,10 +17,6 @@ const Image * App::Descriptor::icon() {
return ImageStore::CodeIcon;
}
App::Snapshot::Snapshot() {
m_scriptStore.addNewScript(ScriptStore::DefaultScript::Factorial);
}
App * App::Snapshot::unpack(Container * container) {
return new App(container, this);
}