aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-16 10:29:29 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-27 06:33:27 +0000
commit0e14a46f60124d9da1101fe7766c7d85e2b72e64 (patch)
treeefb39fcd3950619220bb927c84c174718e38415c /src/qml/qml/qqmlbinding_p.h
parentf8a104432051d182dfc880cea0d4931fcd229204 (diff)
Move m_function into the base class
Change-Id: I2ebc0ac8f5085157f5d1ec71a1b75559c6a46f8b 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, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlbinding_p.h b/src/qml/qml/qqmlbinding_p.h
index c11f3255d2..6ffb5a756a 100644
--- a/src/qml/qml/qqmlbinding_p.h
+++ b/src/qml/qml/qqmlbinding_p.h
@@ -102,8 +102,6 @@ protected:
~QQmlBinding();
private:
- QV4::PersistentValue m_function;
-
inline bool updatingFlag() const;
inline void setUpdatingFlag(bool);
inline bool enabledFlag() const;