qApp->fontMetrics() calls desktop() which creates a QDesktopWidget and might do so on a non-main thread in case of threaded rendering.
BUG: 411953
FIXED-IN: 5.12.10
hein | |
apol | |
ngraham |
Plasma |
qApp->fontMetrics() calls desktop() which creates a QDesktopWidget and might do so on a non-main thread in case of threaded rendering.
BUG: 411953
FIXED-IN: 5.12.10
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |