Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build faild #1064

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/plugins/builder/mainframe/settingdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

#include <DLabel>
#include <DFrame>
#include <DLineEdit>

Check warning on line 11 in src/plugins/builder/mainframe/settingdialog.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <DLineEdit> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 11 in src/plugins/builder/mainframe/settingdialog.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <DLineEdit> not found. Please note: Cppcheck does not need standard library headers to get proper results.

#include <QVBoxLayout>

Check warning on line 13 in src/plugins/builder/mainframe/settingdialog.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QVBoxLayout> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 13 in src/plugins/builder/mainframe/settingdialog.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QVBoxLayout> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <QEvent>

Check warning on line 14 in src/plugins/builder/mainframe/settingdialog.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 14 in src/plugins/builder/mainframe/settingdialog.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.

DWIDGET_USE_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions src/plugins/smartut/gui/widget/promptsettingwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

#include <DLabel>
#include <DLineEdit>
#include <DDialog>

Check warning on line 10 in src/plugins/smartut/gui/widget/promptsettingwidget.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <DDialog> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 10 in src/plugins/smartut/gui/widget/promptsettingwidget.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <DDialog> not found. Please note: Cppcheck does not need standard library headers to get proper results.

#include <QVBoxLayout>

Check warning on line 12 in src/plugins/smartut/gui/widget/promptsettingwidget.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QVBoxLayout> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 12 in src/plugins/smartut/gui/widget/promptsettingwidget.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QVBoxLayout> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <QEvent>

Check warning on line 13 in src/plugins/smartut/gui/widget/promptsettingwidget.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 13 in src/plugins/smartut/gui/widget/promptsettingwidget.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.

DWIDGET_USE_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions src/plugins/smartut/gui/widget/resourcesettingwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
#include <DStyle>
#include <DLabel>

#include <QFileInfo>

Check warning on line 12 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QFileInfo> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 12 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QFileInfo> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <QFileDialog>

Check warning on line 13 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QFileDialog> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 13 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QFileDialog> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <QStandardPaths>

Check warning on line 14 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QStandardPaths> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 14 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QStandardPaths> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <QEvent>

Check warning on line 15 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 15 in src/plugins/smartut/gui/widget/resourcesettingwidget.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.

DWIDGET_USE_NAMESPACE

Expand Down
Loading