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

playing QPicture from Threads

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P4: Low P4: Low
    • Some future release
    • 4.6.3, 4.7.0
    • GUI: Painting
    • None

      QPicture internally uses a QBuffer d->pictb, and this buffer is used for read during play().
      This causes problems during concurrent access to QPicture play().

      maybe d->picb could be just a QByteArray and QBuffer will be istantiated internally to play() method.
      In this way we can call play() concurrently

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

            Unassigned Unassigned
            th30z Matteo Bertozzi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes