Skip to content

feat: adapt for Qt6.8 #1932

feat: adapt for Qt6.8

feat: adapt for Qt6.8 #1932

Triggered via pull request January 23, 2025 06:27
@LiHua000LiHua000
synchronize #1073
Status Success
Total duration 3m 59s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: src/common/actionmanager/actionmanager.cpp#L11
Include file: <QDir> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/common/actionmanager/actionmanager.cpp#L12
Include file: <QDebug> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/common/actionmanager/actionmanager.cpp#L13
Include file: <QApplication> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/common/actionmanager/actionmanager.cpp#L14
Include file: <QWidget> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/framework/log/logutils.cpp#L102
The function 'lastDateTime' is never used.
cppcheck: src/plugins/aimanager/option/detailwidget.h#L19
Class 'TwoLineDelegate' has a constructor with 1 argument that is not explicit. Such, so called "Converting constructors", should in general be explicit for type safety reasons as that prevents unintended implicit conversions.
cppcheck: src/plugins/builder/mainframe/settingdialog.cpp#L13
Include file: <QVBoxLayout> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/plugins/builder/mainframe/settingdialog.cpp#L14
Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/plugins/builder/mainframe/settingdialog.cpp#L15
Include file: <QPainterPath> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/plugins/codeeditor/encodes/detectcode.cpp#L9
Include file: <QDebug> not found. Please note: Cppcheck does not need standard library headers to get proper results.