summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Utils/ITickTock.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/Studio/Utils/ITickTock.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/Studio/Utils/ITickTock.h')
-rw-r--r--src/Authoring/Studio/Utils/ITickTock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Utils/ITickTock.h b/src/Authoring/Studio/Utils/ITickTock.h
index 2a3155bc..17661504 100644
--- a/src/Authoring/Studio/Utils/ITickTock.h
+++ b/src/Authoring/Studio/Utils/ITickTock.h
@@ -34,7 +34,7 @@ namespace Q3DStudio {
class CString;
}
-namespace UICDM {
+namespace qt3dsdm {
class ISignalConnection;
}
@@ -62,7 +62,7 @@ public:
// The timer is canceled if the shared ptr deletes the signal connection. Save to call from any
// thread.
// The callback, however, (inTickTockProc) will be activated solely from the UI thread.
- virtual std::shared_ptr<UICDM::ISignalConnection>
+ virtual std::shared_ptr<qt3dsdm::ISignalConnection>
AddTimer(unsigned long inTime, bool inIsPeriodic, TTickTockProc inTickTockProc,
const Q3DStudio::CString &inName) = 0;