Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.10.0 FF
-
None
-
-
5
-
Foundation Sprint 129
Description
With recent 'dev' I get a bunch of warnings when starting a QML application:
QObject::moveToThread: Current thread (0x6000004144e0) is not the object's thread (0x600002801b00). Cannot move to target thread (0x6000004144e0)
The plugin that is tried to move in QFactoryLoader::instance() is:
"IID":"org.qt-project.Qt.QImageIOHandlerFactoryInterface" (QSvgPlugin and QJpegPlugin)
Plugin object's thread is: QQmlThread, but the instance() function's moveToThread() code here executes in Qt mainThread
=> cannot move to target thread -warning/error.