aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport_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/qml/qqmlimport_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/qml/qqmlimport_p.h')
-rw-r--r--src/qml/qml/qqmlimport_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlimport_p.h b/src/qml/qml/qqmlimport_p.h
index b4ca92544b..d3055b552c 100644
--- a/src/qml/qml/qqmlimport_p.h
+++ b/src/qml/qml/qqmlimport_p.h
@@ -46,7 +46,7 @@
#include <QtCore/qstringlist.h>
#include <private/qqmldirparser_p.h>
#include <private/qqmltype_p.h>
-#include <private/qhashedstring_p.h>
+#include <private/qstringhash_p.h>
//
// W A R N I N G