aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickframebufferobject.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-07-25 13:14:21 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2017-07-25 12:26:33 +0000
commit9c515a6de24bc8d5709136cc099ceeae8e3e642c (patch)
tree18420a862f38dab6dff9339af92b1169f031591c /src/quick/items/qquickframebufferobject.cpp
parent6b8695dbdbb381566c28d5d10d9de14e8eb99205 (diff)
Do not (dis)connectNotify on dynamically created model item objects
These item objects are direct subclasses of QObject, and cannot override connectNotify/disconnectNotify. This prevents the creation of the backing QMetaObject during disconnect, which happens during destruction, which in turn will call back into the model that is being destroyed. Task-number: QTBUG-59704 Change-Id: I7f997e5d2fda242b38e67b9147224d72aa4508ba Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/items/qquickframebufferobject.cpp')
0 files changed, 0 insertions, 0 deletions