aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-02-04 12:51:41 +0100
committerUlf Hermann <ulf.hermann@qt.io>2019-02-06 11:05:42 +0000
commitd7225d67bf0f65f363ff4afb710954aff7698874 (patch)
treeafa4c44d133e5a27eedf9c272c7fc76230d33fa6 /src/qml/jsruntime/qv4qobjectwrapper_p.h
parent3310f173c1c6208cb0f6541578419196bc29831f (diff)
Move QStringHash into its own file
QHashedString and QStringHash are different things. Change-Id: Ifcac58ef41bf15dd6172fa0c42b86eca385c2ce0 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4qobjectwrapper_p.h')
-rw-r--r--src/qml/jsruntime/qv4qobjectwrapper_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4qobjectwrapper_p.h b/src/qml/jsruntime/qv4qobjectwrapper_p.h
index 3617c59c9a..43a53ac673 100644
--- a/src/qml/jsruntime/qv4qobjectwrapper_p.h
+++ b/src/qml/jsruntime/qv4qobjectwrapper_p.h
@@ -55,7 +55,6 @@
#include <QtCore/qmetatype.h>
#include <QtCore/qpair.h>
#include <QtCore/qhash.h>
-#include <private/qhashedstring_p.h>
#include <private/qqmldata_p.h>
#include <private/qintrusivelist_p.h>