Skip to content

Fix issue with current port index not always representing the actual current port

Viktor Verebelyi requested to merge viktorgino/pulseaudio-qt:master into master

The current port index doesn't always correspond to the position of the port in the QVector returned by Device::ports(). This fixes that.

Merge request reports