diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-04-30 04:06:50 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-04-30 04:06:50 (GMT) |
commit | 0204346fb91eaf73893b651438980cb9ca5f1f51 (patch) | |
tree | ef1a473482fa207e7b3ef70a95db92439ce2be9b /src/declarative/util/qmllistmodel.cpp | |
parent | 0282ea19722c247157c652ef9122379f0e715497 (diff) | |
download | Qt-0204346fb91eaf73893b651438980cb9ca5f1f51.zip Qt-0204346fb91eaf73893b651438980cb9ca5f1f51.tar.gz Qt-0204346fb91eaf73893b651438980cb9ca5f1f51.tar.bz2 |
Make custom parsers internal.
Custom parsers still have a way to go before they fully fit the QML 2.0 language.
Diffstat (limited to 'src/declarative/util/qmllistmodel.cpp')
-rw-r--r-- | src/declarative/util/qmllistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmllistmodel.cpp b/src/declarative/util/qmllistmodel.cpp index 968e17b..4837180 100644 --- a/src/declarative/util/qmllistmodel.cpp +++ b/src/declarative/util/qmllistmodel.cpp @@ -42,7 +42,7 @@ #include <QtCore/qdebug.h> #include <QtCore/qstack.h> #include <QXmlStreamReader> -#include "qmlcustomparser.h" +#include <private/qmlcustomparser_p.h> #include "qmlopenmetaobject.h" #include <qmlcontext.h> #include <qmlbindablevalue.h> |