Reviewing merge request #1664: Fixed QAudioDeviceInfoInternal::deviceList(QAudio::Mode mode) filtering

If an audio device only supported Input or Output, it would not be added
to the list of devices. Only devices that returned IOID == NULL would be
added. Also, _m was not being used, and io was unneccessarily being cast
to a QString.

Commits that would be merged:

Version 1
  • Version 1
  • e8fc662
  • d971798
  • Fixed QAudioDeviceInfoInternal::deviceList(QAudio::Mode mode) filtering

Showing e8fc662-d971798

Comments

→ State changed from New to Reviewing

→ State changed from Reviewing to Revise and resubmit

→ State changed from Revise and resubmit to Merged

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository