summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-10-19 12:50:57 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-10-24 13:23:52 +0000
commitf407c37d3f0ab61b3923c3ef0e5d0f842f0b0e41 (patch)
tree92908207b57b828293474644d5438b800a7753b9 /src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp
parent51e7b6187f3816336e4c9a4a0ab87f788ff1c092 (diff)
Rename CUICDMSlideHandle to Qt3DSDMSlideHandle
Task-number: QT3DS-18 Change-Id: Idc37208a981ab8ab03cc1db31a45ab19e602a5aa Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp')
-rw-r--r--src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp b/src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp
index fb9d50a2..8e8a2932 100644
--- a/src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp
+++ b/src/Authoring/Studio/DragAndDrop/BasicObjectDropSource.cpp
@@ -96,7 +96,7 @@ bool CBasicObjectDropSource::ValidateTarget(CDropTarget *inTarget)
qt3dsdm::Qt3DSDMInstanceHandle theTarget = inTarget->GetInstance();
CDoc *theDoc = g_StudioApp.GetCore()->GetDoc();
IDocumentReader &theReader(theDoc->GetDocumentReader());
- qt3dsdm::CUICDMSlideHandle toSlide = theReader.GetAssociatedSlide(theTarget);
+ qt3dsdm::Qt3DSDMSlideHandle toSlide = theReader.GetAssociatedSlide(theTarget);
;
if (!theReader.IsMasterSlide(toSlide))
@@ -128,7 +128,7 @@ bool CBasicObjectDropSource::CanCopy()
CCmd *CBasicObjectDropSource::GenerateAssetCommand(qt3dsdm::Qt3DSDMInstanceHandle inTarget,
EDROPDESTINATION inDestType,
- qt3dsdm::CUICDMSlideHandle inSlide)
+ qt3dsdm::Qt3DSDMSlideHandle inSlide)
{
using namespace Q3DStudio;
using qt3dsdm::ComposerObjectTypes;