summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-10-13 12:07:20 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-10-24 13:23:19 +0000
commit09e9cdc430d9ae4b44bd157cc3d19943df66b8d4 (patch)
tree408c5a3029f1b85bef2917c5ff676e0d4f47099a /src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h
parenta0ee8e091ee53ec1c52ab71fbf7334657182a336 (diff)
Replace UICDM namespace with qt3dsdm namespace
Task-number: QT3DS-18 Change-Id: I8a76c6be45eee7285a21cdf87ac28b88c4522102 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h')
-rw-r--r--src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h b/src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h
index 106890b9..0ea489e3 100644
--- a/src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h
+++ b/src/Authoring/Client/Code/Core/Commands/CmdDataModelBase.h
@@ -45,7 +45,7 @@
* Base class that provide basic Update/Finalize functionality, when changing UICDM data.
*/
template <class TDataType>
-class CCmdDataModelBase : public CCmd, public UICDM::CmdDataModel
+class CCmdDataModelBase : public CCmd, public qt3dsdm::CmdDataModel
{
protected: // Members
CDoc *m_Doc;