aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-16 10:22:04 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-27 06:32:52 +0000
commitf8a104432051d182dfc880cea0d4931fcd229204 (patch)
tree9fba24ebf929a85f624f0e0ec6d862307174c40d /src/qml/qml/qqmlbinding_p.h
parent4ee9c09a0b6f4e2cdf67ee9d87186691f3e1c0f9 (diff)
Rename the v4function member variables
Name the functions consistently between all classes inheriting from QQmlJavascriptExpression to prepare the move of the member into the base class. Change-Id: I161e829e3921816e675b73b6c1f3ca06315b328f Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlbinding_p.h')
-rw-r--r--src/qml/qml/qqmlbinding_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlbinding_p.h b/src/qml/qml/qqmlbinding_p.h
index e48c0d4066..c11f3255d2 100644
--- a/src/qml/qml/qqmlbinding_p.h
+++ b/src/qml/qml/qqmlbinding_p.h
@@ -102,7 +102,7 @@ protected:
~QQmlBinding();
private:
- QV4::PersistentValue v4function;
+ QV4::PersistentValue m_function;
inline bool updatingFlag() const;
inline void setUpdatingFlag(bool);