diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-28 06:54:19 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-28 06:54:19 (GMT) |
commit | ff5cf254eb5815460c0a14a0c7f7b077f308e56f (patch) | |
tree | 1a3ab764a4aefcbb04a042fcc33e8be1ac88197b /src/declarative/qml/qmlcompiledcomponent_p.h | |
parent | 864365e44942a55c37ba3f07b101e576394fa889 (diff) | |
parent | ef26f5c258500d98735ef3f90fa9c9576a945d56 (diff) | |
download | Qt-ff5cf254eb5815460c0a14a0c7f7b077f308e56f.zip Qt-ff5cf254eb5815460c0a14a0c7f7b077f308e56f.tar.gz Qt-ff5cf254eb5815460c0a14a0c7f7b077f308e56f.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlcompiledcomponent_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiledcomponent_p.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiledcomponent_p.h b/src/declarative/qml/qmlcompiledcomponent_p.h index fa68eab..883ad64 100644 --- a/src/declarative/qml/qmlcompiledcomponent_p.h +++ b/src/declarative/qml/qmlcompiledcomponent_p.h @@ -46,8 +46,8 @@ #include <private/qmlinstruction_p.h> #include <private/qmlcompiler_p.h> #include <private/qmlrefcount_p.h> -class QmlXmlParser; +QT_BEGIN_HEADER QT_BEGIN_NAMESPACE namespace QmlParser { class Property; @@ -77,4 +77,6 @@ private: QT_END_NAMESPACE +QT_END_HEADER + #endif // QMLCOMPILEDCOMPONENT_P_H |