Skip to content

任务栏识别纠正 #2573

任务栏识别纠正

任务栏识别纠正 #2573

Triggered via pull request October 21, 2024 13:36
@tsic404tsic404
synchronize #821
Status Success
Total duration 32s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: applets/dde-apps/amappitem.cpp#L98
The function 'onPropertyChanged' is never used.
cppcheck: applets/dde-apps/appgroup.cpp#L32
The function 'appItems' is never used.
cppcheck: applets/dde-apps/appitem.cpp#L87
The function 'ddeCategories' is never used.
cppcheck: applets/dde-apps/appitem.cpp#L166
The function 'onDesktop' is never used.
cppcheck: applets/dde-apps/appitem.cpp#L102
The function 'setActions' is never used.
cppcheck: applets/dde-apps/appitem.h#L15
Class 'AppItem' 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: applets/dde-apps/appsapplet.cpp#L36
The function 'appModel' is never used.
cppcheck: applets/dde-apps/appsapplet.cpp#L31
The function 'groupModel' is never used.
cppcheck: applets/dde-apps/categoryutils.cpp#L16
Local variable 'ty' shadows outer variable
cppcheck: panels/dock/taskmanager/rolecombinemodel.cpp#L131
Virtual function 'roleNames' is called from constructor 'RoleCombineModel(QAbstractItemModel*major,QAbstractItemModel*minor,int majorRoles,QModelIndex(*func)' at line 131. Dynamic binding is not used.