Skip to content

fix: Adjust sound combobox mode data #3137

fix: Adjust sound combobox mode data

fix: Adjust sound combobox mode data #3137

Triggered via pull request December 26, 2024 09:09
@swq11swq11
synchronize #1983
Status Success
Total duration 54s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

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.