From ca204e26f0c94a3f7ffbf2dfdf99ead5fa3ef33a Mon Sep 17 00:00:00 2001 From: ck Date: Tue, 23 Feb 2010 10:21:07 +0100 Subject: Fix compilation with namespace. --- src/declarative/qml/qmllist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/declarative/qml/qmllist.h b/src/declarative/qml/qmllist.h index cedc35b..5528d8d 100644 --- a/src/declarative/qml/qmllist.h +++ b/src/declarative/qml/qmllist.h @@ -133,10 +133,11 @@ private: friend class QmlListReferencePrivate; QmlListReferencePrivate* d; }; -Q_DECLARE_METATYPE(QmlListReference); QT_END_NAMESPACE +Q_DECLARE_METATYPE(QmlListReference); + QT_END_HEADER #endif // QMLLIST_H -- cgit v0.12