From 7c971e0e7791ab38d7d3d8ebc25468c44cbe49c5 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Mon, 12 Oct 2015 20:45:19 +0100 Subject: Move Qt3DCore into Qt3DCore namespace Update other aspects, tests and examples accordingly. Change-Id: Ib1bcf0bdf4f5aec4422dc0c80bfc32b27fb1a317 Reviewed-by: Paul Lemire --- src/core/qtickclock_p.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/qtickclock_p.h') diff --git a/src/core/qtickclock_p.h b/src/core/qtickclock_p.h index f04056826..bda4ef250 100644 --- a/src/core/qtickclock_p.h +++ b/src/core/qtickclock_p.h @@ -34,8 +34,8 @@ ** ****************************************************************************/ -#ifndef QT3D_QTICKCLOCK_P_H -#define QT3D_QTICKCLOCK_P_H +#ifndef QT3DCORE_QTICKCLOCK_P_H +#define QT3DCORE_QTICKCLOCK_P_H // // W A R N I N G @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE -namespace Qt3D { +namespace Qt3DCore { class QTickClock { @@ -74,8 +74,8 @@ private: qint64 m_time; }; -} // namespace Qt3D +} // namespace Qt3DCore QT_END_NAMESPACE -#endif // QT3D_QTICKCLOCK_P_H +#endif // QT3DCORE_QTICKCLOCK_P_H -- cgit v1.2.3