summaryrefslogtreecommitdiffstats
path: root/src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-10-23 10:47:49 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-10-24 13:24:20 +0000
commite0307030ff18b911a91ff5e4fa7958cd77493c42 (patch)
tree06154565d413773c445b8ea99bf42837c82f7237 /src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp
parent9bd7da7fc5c25589c80869f9f554d120e978a69a (diff)
Rename the rest of the UIC to Qt3DS
Task-number: QT3DS-18 Change-Id: Ia8141980f575565ee7dbfa33422f25f121da5fe1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp')
-rw-r--r--src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp b/src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp
index 74f4c1a8..09f0159a 100644
--- a/src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp
+++ b/src/Authoring/QT3DSDM/Systems/StudioPropertySystem.cpp
@@ -87,7 +87,7 @@ CStudioPropertySystem::GetAdditionalMetaDataData(Qt3DSDMInstanceHandle inInstanc
Qt3DSDMInstanceHandle CStudioPropertySystem::GetPropertyOwner(Qt3DSDMPropertyHandle inProperty) const
{
- qt3dsdm::SUICDMPropertyDefinition thePropDef = m_DataCore->GetProperty(inProperty);
+ qt3dsdm::Qt3DSDMPropertyDefinition thePropDef = m_DataCore->GetProperty(inProperty);
return thePropDef.m_Instance;
}