aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypeproxybinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-16 22:26:44 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-05 08:37:31 +0000
commit5ef5f1bb9eb282a122906d375e90632c6dcfcb35 (patch)
tree808088835d3507d61ddf330ed48340df2d905e9b /src/qml/qml/qqmlvaluetypeproxybinding_p.h
parent13ec9ab3b898a67403ce0031c4cfdc74d95d5560 (diff)
Move the target property index into the common base class
This unifies some more code between the different binding classes Change-Id: I891dc9358cf9598a0c1e21df8a62d6f8a4193985 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlvaluetypeproxybinding_p.h')
-rw-r--r--src/qml/qml/qqmlvaluetypeproxybinding_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlvaluetypeproxybinding_p.h b/src/qml/qml/qqmlvaluetypeproxybinding_p.h
index 6e618375d9..f6d9c0abc1 100644
--- a/src/qml/qml/qqmlvaluetypeproxybinding_p.h
+++ b/src/qml/qml/qqmlvaluetypeproxybinding_p.h
@@ -58,14 +58,12 @@ public:
void removeBindings(quint32 mask);
virtual void setEnabled(bool, QQmlPropertyPrivate::WriteFlags);
- virtual int targetPropertyIndex() const;
protected:
~QQmlValueTypeProxyBinding();
private:
friend class QQmlAbstractBinding;
- int m_targetIndex;
QQmlAbstractBinding *m_bindings;
};