summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Doc/Qt3DSDMStudioSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Doc/Qt3DSDMStudioSystem.cpp')
-rw-r--r--src/Authoring/Client/Code/Core/Doc/Qt3DSDMStudioSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Client/Code/Core/Doc/Qt3DSDMStudioSystem.cpp b/src/Authoring/Client/Code/Core/Doc/Qt3DSDMStudioSystem.cpp
index 54e925f0..89a75611 100644
--- a/src/Authoring/Client/Code/Core/Doc/Qt3DSDMStudioSystem.cpp
+++ b/src/Authoring/Client/Code/Core/Doc/Qt3DSDMStudioSystem.cpp
@@ -148,7 +148,7 @@ void CStudioSystem::ResetDatabase()
std::shared_ptr<IStringTable> theStringTable(theNewMetaData->GetStringTablePtr());
std::shared_ptr<IDOMFactory> theFactory(IDOMFactory::CreateDOMFactory(theStringTable));
Q3DStudio::CString theFullPath(Q3DStudio::CString::fromQString(
- resourcePath()
+ StudioUtils::resourcePath()
+ QStringLiteral("/DataModelMetadata/en-us/MetaData.xml")));
// Load the new meta data
{