fix: Adjust sound combobox mode data #3137
Annotations
6 warnings
cppcheck:
src/plugin-sound/operation/soundDeviceModel.cpp#L62
Either the condition 'm_ports.count()<index' is redundant or 'index' can have the value m_ports.size(). Expression 'm_ports.at(index)' cause access out of bounds.
|
cppcheck:
src/plugin-sound/operation/soundDeviceModel.cpp#L44
The function 'getRowCount' is never used.
|
cppcheck:
src/plugin-sound/operation/soundDeviceModel.cpp#L49
The function 'getCurrentIndex' is never used.
|
cppcheck:
src/plugin-sound/operation/soundDeviceModel.cpp#L60
The function 'getSoundDeviceData' is never used.
|
cppcheck:
src/plugin-sound/operation/soundDeviceModel.cpp#L69
The function 'updateSoundDeviceData' is never used.
|
cppcheck:
src/plugin-sound/operation/soundDeviceModel.cpp#L80
The function 'updateAllSoundDeviceData' is never used.
|