aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-16 22:15:27 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-05 08:37:28 +0000
commit13ec9ab3b898a67403ce0031c4cfdc74d95d5560 (patch)
treefb1242373ebb385ccc306e02b941d9a64c3d6ff9 /src/qml/qml/qqmlbinding_p.h
parentdb568f812464644b36418415a05399ccdf2022c2 (diff)
Move the target object into the base class
Change-Id: I912d7665b49c8e9b2d38e78bfcfc4b3d39ca7459 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 2d09c0fae9..69d434ab25 100644
--- a/src/qml/qml/qqmlbinding_p.h
+++ b/src/qml/qml/qqmlbinding_p.h
@@ -84,7 +84,6 @@ public:
// Inherited from QQmlAbstractBinding
virtual void setEnabled(bool, QQmlPropertyPrivate::WriteFlags flags = QQmlPropertyPrivate::DontRemoveBinding);
virtual QString expression() const;
- virtual QObject *targetObject() const;
virtual int targetPropertyIndex() const;
void update(QQmlPropertyPrivate::WriteFlags flags = QQmlPropertyPrivate::DontRemoveBinding);
@@ -107,7 +106,6 @@ private:
inline void setEnabledFlag(bool);
QQmlPropertyData getPropertyData() const;
- QFlagPointer<QObject> m_target;
int m_index;
};