Skip to content
Commit f794a821 authored by Paul McAuley's avatar Paul McAuley Committed by Fushan Wen
Browse files

Use QEvent::ApplicationPaletteChanged instead of QEvent::PaletteChanged

When porting to Qt6 in 7e4ef7d7 an event
filter was added for qApp for event QEvent::PaletteChanged. However, Qt6
does not actually emit this event for qApp. The correct event is
QEvent::ApplicationPaletteChanged.

See https://doc.qt.io/qt-6/qguiapplication-obsolete.html#paletteChanged


(cherry picked from commit 232ff8ac)
parent a2553028
Pipeline #640428 passed with stage
in 2 minutes and 15 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment