Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-17855

Broken threading on Symbian breaks QML image loading

XMLWordPrintable

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jpetrell Joona Petrell
            martjone Martin Jones (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes