summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <[email protected]>2024-11-06 17:29:25 +0100
committerTor Arne Vestbø <[email protected]>2024-11-08 20:19:50 +0000
commit720ce9b97b767fdf36eaf78107b23bd017e191f3 (patch)
tree10266241600a71ce4984379c5594c2115bd07b48 /src/network/access/qnetworkrequest.cpp
parent6661b959853a0e2f8b7f4ca298f5d8a2f03b6c67 (diff)
QCocoaDrag: reset the stored NSView when it gets destroyed
QCocoaDrag stores the last NSView that received an input event, which becomes a dangling pointer when the NSView gets destroyed. Inform the QCocoaDrag when NSView's destructor runs, so that it can reset the pointer (and reset the NSEvent pointer as well) when the destroyed NSView is the stored one. With this change alone we'd end up triggering the Q_ASSERT later on in QCocoaDrag::drag, as m_lastEvent is now nil so the NSWindow will be nil as well. QCocoaDrag::drag cannot do anything useful if m_lastEvent is nil, so exit early. Pick-to: 6.8 6.5 Fixes: QTBUG-116554 Change-Id: I5949d728d05adcf3d4a32c91f7e181393bef0422 Reviewed-by: Tor Arne Vestbø <[email protected]>
Diffstat (limited to 'src/network/access/qnetworkrequest.cpp')
0 files changed, 0 insertions, 0 deletions