summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbinding_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-08-11 04:15:30 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-08-11 04:15:30 (GMT)
commitfed8d73b0752b5f737082c534d39f350ca737a7b (patch)
tree8395c4a7553d4505a481c7669ade38b5c1a46cfd /src/declarative/qml/qmlbinding_p.h
parenta57bcdde329ef4c9a71aa6ba714f5e30ffd5dc6d (diff)
downloadQt-fed8d73b0752b5f737082c534d39f350ca737a7b.zip
Qt-fed8d73b0752b5f737082c534d39f350ca737a7b.tar.gz
Qt-fed8d73b0752b5f737082c534d39f350ca737a7b.tar.bz2
Move the binding's "mePtr" into QmlAbstractBinding
Now optimizations get deletion protection too.
Diffstat (limited to 'src/declarative/qml/qmlbinding_p.h')
-rw-r--r--src/declarative/qml/qmlbinding_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlbinding_p.h b/src/declarative/qml/qmlbinding_p.h
index 767e6af..963e2c1 100644
--- a/src/declarative/qml/qmlbinding_p.h
+++ b/src/declarative/qml/qmlbinding_p.h
@@ -69,8 +69,6 @@ public:
bool enabled:1;
QmlMetaProperty property;
-
- QmlAbstractBinding **mePtr;
};
QT_END_NAMESPACE