summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlcontext.cpp')
-rw-r--r--src/declarative/qml/qmlcontext.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcontext.cpp b/src/declarative/qml/qmlcontext.cpp
index 91bf1c0..fa36eb1 100644
--- a/src/declarative/qml/qmlcontext.cpp
+++ b/src/declarative/qml/qmlcontext.cpp
@@ -85,9 +85,11 @@ void QmlContextPrivate::destroyed(QObject *obj)
notifies.append(ii);
}
}
- for (int ii = 0; ii < notifies.count(); ++ii) {
- QMetaObject::activate(q, notifies[ii] + notifyIndex, 0);
- }
+
+ // ### Work around bug in shutdown
+ // for (int ii = 0; ii < notifies.count(); ++ii) {
+ // QMetaObject::activate(q, notifies[ii] + notifyIndex, 0);
+ // }
}
void QmlContextPrivate::init()