Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
4.7.1
-
None
Description
Setting thread priority using QThread on Symbian does not work (QTBUG-10271). This means that loading an image in the background blocks the UI.
We can work around this in QML by doing this in the threads used by QML:
#ifdef Q_OS_SYMBIAN RThread().SetPriority(EPriorityMuchLess); #endif
Probably at the beginning of the run() method.
Attachments
Issue Links
- relates to
-
QTBUG-13990 Implement QThread, QMutex and QWaitCondition in native Symbian code instead of OpenC
- Closed