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

playing QPicture from Threads

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes