diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2019-05-09 09:12:30 +0200 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@qt.io> | 2019-05-09 07:37:09 +0000 |
commit | e5582749e285ff22b634b1e7d0a37f076b2a7be3 (patch) | |
tree | c4c4fd565cbb938d10bc6e9f1d3b94a827623c24 /src/imports | |
parent | 28924fa87865de06a124c183c9bd149b1a9e1022 (diff) | |
download | qtxmlpatterns-e5582749e285ff22b634b1e7d0a37f076b2a7be3.tar.gz |
Include qjsvalue.h to use QJSValue
Change-Id: I20821a57596061bd3a3e7f744e4f8952b78dcfae
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r-- | src/imports/xmllistmodel/qqmlxmllistmodel.cpp | 1 | ||||
-rw-r--r-- | src/imports/xmllistmodel/qqmlxmllistmodel_p.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp index 9adef1e..d334de1 100644 --- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp +++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp @@ -41,7 +41,6 @@ #include <qqmlcontext.h> #include <private/qqmlengine_p.h> -#include <private/qv8engine_p.h> #include <private/qv4value_p.h> #include <private/qv4engine_p.h> #include <private/qv4object_p.h> diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel_p.h b/src/imports/xmllistmodel/qqmlxmllistmodel_p.h index 388b6ae..ea3736a 100644 --- a/src/imports/xmllistmodel/qqmlxmllistmodel_p.h +++ b/src/imports/xmllistmodel/qqmlxmllistmodel_p.h @@ -53,11 +53,11 @@ #include <qqml.h> #include <qqmlinfo.h> +#include <qjsvalue.h> #include <QtCore/qurl.h> #include <QtCore/qstringlist.h> #include <QtCore/qabstractitemmodel.h> -#include <private/qv8engine_p.h> QT_BEGIN_NAMESPACE |