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

Broken threading on Symbian breaks QML image loading

    XMLWordPrintable

Details

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes