Skip to content

扩展主题,修改原有主题逻辑 #188

扩展主题,修改原有主题逻辑

扩展主题,修改原有主题逻辑 #188

Triggered via pull request September 27, 2023 02:19
@DaiZW007DaiZW007
opened #299
Status Success
Total duration 1m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
cppcheck: src/main/mainwindow.cpp#L2012
Redundant initialization for 'expandThemeStr'. The initialized value is overwritten before it is read.
cppcheck: src/main/mainwindow.cpp#L2120
The function 'menuHideSetThemeSlot' is never used.
cppcheck: src/main/mainwindow.cpp#L2177
The function 'themeActionHoveredSlot' is never used.
cppcheck: src/main/mainwindow.cpp#L2171
The function 'themeActionTriggeredSlot' is never used.
cppcheck: src/views/switchthememenu.h#L18
Class 'SwitchThemeMenu' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.
cppcheck: tests/src/settings/ut_settings_test.cpp#L214
The function 'ut_DBusManager_callAppearanceFont' is never used.