aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextdata_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-04-15 12:27:42 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-04-15 13:46:18 +0200
commit6c6b96eb698e1314e7f63a3d6340b3d446116672 (patch)
treed394c4e7fe8a00895851acdc0c4a83010f314253 /src/qml/qml/qqmlcontextdata_p.h
parente9d2bbdcb0b314e73606992787681586ab7c1e9b (diff)
Re-arrange qv4identifier{_p.h|.cpp}
QV4::IdentifierHashData doesn't need to be visible to all the clients. Furthermore, it can be completely inline. The public functions of QV4::IdentifierHash need to be out of line, but the private ones can be all inline. This shouldn't make much of a difference as most of the public functions call at least one private function. Finally, the files should be named by the class names. Change-Id: I931f2aa71103e41fdd3dae9cc47d204edece0e12 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlcontextdata_p.h')
-rw-r--r--src/qml/qml/qqmlcontextdata_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcontextdata_p.h b/src/qml/qml/qqmlcontextdata_p.h
index ccefd3a05b..ea0b010d21 100644
--- a/src/qml/qml/qqmlcontextdata_p.h
+++ b/src/qml/qml/qqmlcontextdata_p.h
@@ -55,7 +55,7 @@
#include <QtQml/private/qqmlcontext_p.h>
#include <QtQml/private/qqmlguard_p.h>
#include <QtQml/private/qqmltypenamecache_p.h>
-#include <QtQml/private/qv4identifier_p.h>
+#include <QtQml/private/qv4identifierhash_p.h>
#include <QtQml/private/qv4executablecompilationunit_p.h>
QT_BEGIN_NAMESPACE