summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Doc/Doc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Doc/Doc.cpp')
-rw-r--r--src/Authoring/Client/Code/Core/Doc/Doc.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Authoring/Client/Code/Core/Doc/Doc.cpp b/src/Authoring/Client/Code/Core/Doc/Doc.cpp
index ecb16fb8..a7730603 100644
--- a/src/Authoring/Client/Code/Core/Doc/Doc.cpp
+++ b/src/Authoring/Client/Code/Core/Doc/Doc.cpp
@@ -2391,7 +2391,8 @@ std::shared_ptr<Q3DStudio::IComposerSerializer> CDoc::CreateSerializer()
*theCoreSystem.GetActionCore(), *m_AssetGraph, *theFullSystem.GetSlideSystem(),
*theFullSystem.GetActionSystem(), *theCoreSystem.GetSlideGraphCore(),
theClientBridge.GetObjectDefinitions(), m_ImportFailedHandler,
- *theCoreSystem.GetGuideSystem(), *GetSceneGraph()->GetPathManager());
+ *theCoreSystem.GetGuideSystem(), *GetSceneGraph()->GetPathManager(),
+ *theFullSystem.GetPropertySystem());
}
std::shared_ptr<Q3DStudio::IComposerSerializer> CDoc::CreateTransactionlessSerializer()
@@ -2407,8 +2408,10 @@ std::shared_ptr<Q3DStudio::IComposerSerializer> CDoc::CreateTransactionlessSeria
*theCoreSystem.GetTransactionlessAnimationCore(),
*theCoreSystem.GetTransactionlessActionCore(), *m_AssetGraph,
*theFullSystem.GetSlideSystem(), *theFullSystem.GetActionSystem(),
- *theCoreSystem.GetTransactionlessSlideGraphCore(), theClientBridge.GetObjectDefinitions(),
- m_ImportFailedHandler, *theCoreSystem.GetGuideSystem(), *GetSceneGraph()->GetPathManager());
+ *theCoreSystem.GetTransactionlessSlideGraphCore(),
+ theClientBridge.GetObjectDefinitions(), m_ImportFailedHandler,
+ *theCoreSystem.GetGuideSystem(), *GetSceneGraph()->GetPathManager(),
+ *theFullSystem.GetPropertySystem());
}
std::shared_ptr<qt3dsdm::IDOMWriter> CDoc::CreateDOMWriter()