summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Render/StudioRendererImpl.h
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-10-18 16:36:51 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-10-24 13:23:43 +0000
commit15d01aed8147a0067be0074257fcbdb960ef5301 (patch)
treedcf907bfe02d62627f708b2c4a1e0e742f74e09b /src/Authoring/Studio/Render/StudioRendererImpl.h
parent06f05f562f9e5c1c3b37bf83d077c42e3bebf89a (diff)
Rename instance and property handles to Qt3DS
Task-number: QT3DS-18 Change-Id: Id93959e382dd9285590fdf979c71a459e7657e01 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Render/StudioRendererImpl.h')
-rw-r--r--src/Authoring/Studio/Render/StudioRendererImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Render/StudioRendererImpl.h b/src/Authoring/Studio/Render/StudioRendererImpl.h
index 08d813e9..584a06a5 100644
--- a/src/Authoring/Studio/Render/StudioRendererImpl.h
+++ b/src/Authoring/Studio/Render/StudioRendererImpl.h
@@ -127,8 +127,8 @@ namespace studio {
using qt3dsdm::SFloat3;
using qt3dsdm::SLong4;
using qt3dsdm::SComposerObjectDefinitions;
- using qt3dsdm::CUICDMInstanceHandle;
- using qt3dsdm::CUICDMPropertyHandle;
+ using qt3dsdm::Qt3DSDMInstanceHandle;
+ using qt3dsdm::Qt3DSDMPropertyHandle;
}
}
#endif