feat: adapt for Qt6.8 #1934
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.
|