summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-03-01 13:15:17 (GMT)
committerhjk <qtc-committer@nokia.com>2010-03-01 13:15:30 (GMT)
commit244d4d5610ce288503a73d0aa86f257dce4e74e6 (patch)
tree9f723304988b29c975f16fa3058364c9f11c130b /src/declarative
parent304140f870fbe676888c1f3ad3fb72cc48d9751a (diff)
downloadQt-244d4d5610ce288503a73d0aa86f257dce4e74e6.zip
Qt-244d4d5610ce288503a73d0aa86f257dce4e74e6.tar.gz
Qt-244d4d5610ce288503a73d0aa86f257dce4e74e6.tar.bz2
compile fix with namespaces
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/qml/qdeclarativebinding_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativebinding_p.h b/src/declarative/qml/qdeclarativebinding_p.h
index f66b9c7..ec5809d 100644
--- a/src/declarative/qml/qdeclarativebinding_p.h
+++ b/src/declarative/qml/qdeclarativebinding_p.h
@@ -130,8 +130,9 @@ protected:
private:
Q_DECLARE_PRIVATE(QDeclarativeBinding)
};
-Q_DECLARE_METATYPE(QDeclarativeBinding*);
QT_END_NAMESPACE
+Q_DECLARE_METATYPE(QDeclarativeBinding*);
+
#endif // QDECLARATIVEBINDING_P_H