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

The static QSound::play(QString) function doesn't work.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.6.0
    • 4.6.0
    • None
    • None
    • fc6822c

    Description

      The static QSound::play(QString) function doesn't work.

      • void QAuServer::play() is called and creates a QSound on the stack
      • QAuBucketS60::play() is called
      • m_prepared is false, so the actual play will happen a bit later
      • The QSound created on the stack is deleted
      • silence

      This patch is one possible solution:
      http://codepaster-nokia.troll.no/?id=20298

      That makes QSound work.

      Attachments

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

        Activity

          People

            e0101981 Janne Anttila
            e0101981 Janne Anttila
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes