aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_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/qqmlbinding_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/qqmlbinding_p.h')
-rw-r--r--src/qml/qml/qqmlbinding_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlbinding_p.h b/src/qml/qml/qqmlbinding_p.h
index 69d434ab25..18f60a2b39 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 int targetPropertyIndex() const;
void update(QQmlPropertyPrivate::WriteFlags flags = QQmlPropertyPrivate::DontRemoveBinding);
typedef int Identifier;
@@ -105,8 +104,6 @@ private:
inline bool enabledFlag() const;
inline void setEnabledFlag(bool);
QQmlPropertyData getPropertyData() const;
-
- int m_index;
};
bool QQmlBinding::updatingFlag() const