Script store
Comparer les modifications
@@ -10,11 +10,12 @@ VivyDocumentStore::loadDocument(const QString &file)
@@ -26,8 +27,9 @@ std::shared_ptr<VivyDocument>
Add a ScriptStore like the VivyDocumentStore to manage all script files. The "Store" API has been cleaned-up, now we are using CRTP (again) and most of the code has been factorized.