aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.cpp
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/qqmlboundsignal.cpp
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/qqmlboundsignal.cpp')
-rw-r--r--src/qml/qml/qqmlboundsignal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlboundsignal.cpp b/src/qml/qml/qqmlboundsignal.cpp
index 665d4e6c75..32fbe274ab 100644
--- a/src/qml/qml/qqmlboundsignal.cpp
+++ b/src/qml/qml/qqmlboundsignal.cpp
@@ -171,7 +171,7 @@ QString QQmlBoundSignalExpression::expression() const
return QString();
}
-// Parts of this function mirror code in QQmlExpressionPrivate::value() and v8value().
+// Parts of this function mirror code in QQmlExpressionPrivate::value() and v4Value().
// Changes made here may need to be made there and vice versa.
void QQmlBoundSignalExpression::evaluate(void **a)
{