feat(shortcut): support unassigned hotkeys#91
Open
yixinshark wants to merge 1 commit into
Open
Annotations
10 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/core/shortcutconfig.h#L51
Member variable 'BaseConfig::triggerType' is not initialized in the constructor. Maybe it should be initialized directly in the class BaseConfig? Member variables of native types, pointers, or references are left uninitialized when the class is instantiated. That may cause bugs or undefined behavior.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/core/shortcutconfig.h#L51
Member variable 'BaseConfig::modifiable' is not initialized in the constructor. Maybe it should be initialized directly in the class BaseConfig? Member variables of native types, pointers, or references are left uninitialized when the class is instantiated. That may cause bugs or undefined behavior.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/core/shortcutconfig.h#L51
Member variable 'BaseConfig::enabled' is not initialized in the constructor. Maybe it should be initialized directly in the class BaseConfig? Member variables of native types, pointers, or references are left uninitialized when the class is instantiated. That may cause bugs or undefined behavior.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/core/shortcutconfig.h#L51
Member variable 'BaseConfig::category' is not initialized in the constructor. Maybe it should be initialized directly in the class BaseConfig? Member variables of native types, pointers, or references are left uninitialized when the class is instantiated. That may cause bugs or undefined behavior.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/core/keybindingmanager.cpp#L17
Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/core/keybindingmanager.cpp#L15
Include file: <QDBusConnection> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/core/keybindingmanager.cpp#L14
Include file: <QDebug> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/config/configloader.cpp#L98
The function 'resetHotkeys' is never used.
|
|
Run linuxdeepin/action-cppcheck@main:
src/plugin-qt/shortcut/src/config/configloader.cpp#L83
The function 'resettableHotkeyIds' is never used.
|
background
wait
wait-all
cancel
parallel
Loading