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

Initialization functions not called for AudioCore in IOS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.3.1
    • 5.2.1, 5.3.0
    • Multimedia
    • None
    • iOS/tvOS/watchOS
    • efa4628e7489677166aadde5f94376d5e41146f9

      The registration class of QAudio namespace is not being instantiated, I assumed it is because of the static linkage and the global instance not being used.
      So no types are registered with the metatype facility, to work around this make the following calls somewhere:
      qRegisterMetaType<QAudio::Error>();
      qRegisterMetaType<QAudio::State>();
      qRegisterMetaType<QAudio::Mode>();

        For Gerrit Dashboard: QTBUG-39131
        # Subject Branch Project Status CR V

            ylopes Yoann Lopes
            soze49 Kayser Soze
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes