aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qdeclarativechangeset.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/util/qdeclarativechangeset.cpp b/src/declarative/util/qdeclarativechangeset.cpp
index 9e875938da..c264ca011e 100644
--- a/src/declarative/util/qdeclarativechangeset.cpp
+++ b/src/declarative/util/qdeclarativechangeset.cpp
@@ -41,6 +41,8 @@
#include "qdeclarativechangeset_p.h"
+QT_BEGIN_NAMESPACE
+
QDeclarativeChangeSet::QDeclarativeChangeSet()
: m_moveCounter(0)
{
@@ -469,3 +471,5 @@ QDebug operator <<(QDebug debug, const QDeclarativeChangeSet::Change &change)
return (debug.nospace() << "Change(" << change.index << "," << change.count << ")").space();
}
+QT_END_NAMESPACE
+