aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypeproxybinding_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlvaluetypeproxybinding_p.h')
-rw-r--r--src/qml/qml/qqmlvaluetypeproxybinding_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlvaluetypeproxybinding_p.h b/src/qml/qml/qqmlvaluetypeproxybinding_p.h
index c73c944efd..6e618375d9 100644
--- a/src/qml/qml/qqmlvaluetypeproxybinding_p.h
+++ b/src/qml/qml/qqmlvaluetypeproxybinding_p.h
@@ -59,15 +59,13 @@ public:
virtual void setEnabled(bool, QQmlPropertyPrivate::WriteFlags);
virtual int targetPropertyIndex() const;
- virtual QObject *targetObject() const;
protected:
~QQmlValueTypeProxyBinding();
private:
friend class QQmlAbstractBinding;
- QObject *m_object;
- int m_index;
+ int m_targetIndex;
QQmlAbstractBinding *m_bindings;
};