aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldata_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-13 09:57:27 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-08-16 21:36:41 +0200
commitb3ba34c22dafa6595eb71eb9685119ee97ee67fb (patch)
treed6f2923ea355479947aba4bb6509882780f759ef /src/qml/qml/qqmldata_p.h
parenta068fdc0b2cf7d4223d9ad15345fe9d345875936 (diff)
Finally drop last references to v8
Move files out of the v8 directory and adapt some comments and member names. Change-Id: I36dd9eaf6f51157627327bf46442a54c79a616a5 Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Diffstat (limited to 'src/qml/qml/qqmldata_p.h')
-rw-r--r--src/qml/qml/qqmldata_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmldata_p.h b/src/qml/qml/qqmldata_p.h
index ff55ab49d4..6666df51a2 100644
--- a/src/qml/qml/qqmldata_p.h
+++ b/src/qml/qml/qqmldata_p.h
@@ -132,7 +132,7 @@ public:
quint32 isQueuedForDeletion:1;
/*
* rootObjectInCreation should be true only when creating top level CPP and QML objects,
- * v8 GC will check this flag, only deletes the objects when rootObjectInCreation is false.
+ * v4 GC will check this flag, only deletes the objects when rootObjectInCreation is false.
*/
quint32 rootObjectInCreation:1;
// set when at least one of the object's properties is intercepted