Skip to content

Fix ordering of device ports

Viktor Verebelyi requested to merge viktorgino/pulseaudio-qt:dev 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