aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/stylekit/qqstylekitdebug.cpp
diff options
context:
space:
mode:
authorEven Oscar Andersen <even.oscar.andersen@qt.io>2025-12-15 08:46:21 +0100
committerEven Oscar Andersen <even.oscar.andersen@qt.io>2025-12-15 15:06:31 +0100
commitc5ff01212813521d4213ad9d63d9b8b7f6290993 (patch)
tree46c5148f199ef801966e1283e6c2e85ebc039bc8 /src/labs/stylekit/qqstylekitdebug.cpp
parent311cf7300f939b0560069684ff71d1197a54f1b9 (diff)
Fix assert when destroying qqmltypeloaderthread
The stub implementation of shutdown that is used if !QT_CONFIG(qml_type_loader_thread) does nothing. Hence in this case the thread is running. Apparently the processing is event based in this case so this should not be a problem. Fix by only doing the assert for !running() if QT_CONFIG(qml_type_loader_thread). Change-Id: I93b4f75ce4a1babdb836d28a9cd5f75ef2b3cf54 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/labs/stylekit/qqstylekitdebug.cpp')
0 files changed, 0 insertions, 0 deletions