Skip to content

Commit

Permalink
fix: build faild
Browse files Browse the repository at this point in the history
missing header

Log:
Change-Id: I430bee85438189e085c840577c57f94c6f21383a
  • Loading branch information
deepin-mozart committed Jan 17, 2025
1 parent b17e425 commit 516fc8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/builder/mainframe/settingdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#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 @@ -10,6 +10,7 @@
#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 @@ -12,6 +12,7 @@
#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

0 comments on commit 516fc8e

Please sign in to comment.