diff options
author | hjk <qtc-committer@nokia.com> | 2010-03-01 13:15:17 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-03-01 13:15:30 (GMT) |
commit | 244d4d5610ce288503a73d0aa86f257dce4e74e6 (patch) | |
tree | 9f723304988b29c975f16fa3058364c9f11c130b /src | |
parent | 304140f870fbe676888c1f3ad3fb72cc48d9751a (diff) | |
download | Qt-244d4d5610ce288503a73d0aa86f257dce4e74e6.zip Qt-244d4d5610ce288503a73d0aa86f257dce4e74e6.tar.gz Qt-244d4d5610ce288503a73d0aa86f257dce4e74e6.tar.bz2 |
compile fix with namespaces
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/qml/qdeclarativebinding_p.h | 3 |
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 |