Skip to content

feat: fullscreen mode icon move/displace animation #834

feat: fullscreen mode icon move/displace animation

feat: fullscreen mode icon move/displace animation #834

Triggered via pull request July 25, 2024 06:10
@BLumiaBLumia
synchronize #363
Status Success
Total duration 32s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: src/models/sortproxymodel.cpp#L453
Consider using std::transform algorithm instead of a raw loop.
cppcheck: src/models/sortproxymodel.cpp#L152
The function 'mapFromSource' is never used.
cppcheck: src/models/sortproxymodel.cpp#L141
The function 'mapToSource' is never used.
cppcheck: src/models/sortproxymodel.cpp#L182
The function 'setSortCaseSensitivity' is never used.
cppcheck: src/models/sortproxymodel.cpp#L167
The function 'setSortRole' is never used.
cppcheck: src/models/sortproxymodel.cpp#L192
The function 'sortCaseSensitivity' is never used.
cppcheck: src/models/sortproxymodel.cpp#L197
The function 'sortColumn' is never used.
cppcheck: src/models/sortproxymodel.cpp#L202
The function 'sortOrder' is never used.
cppcheck: src/models/sortproxymodel.cpp#L177
The function 'sortRole' is never used.
cppcheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/