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 authored and deepin-ci-robot committed Jan 17, 2025
1 parent b17e425 commit 1cbf1af
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>

#include <QVBoxLayout>
#include <QEvent>

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>

#include <QVBoxLayout>
#include <QEvent>

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>
#include <QFileDialog>
#include <QStandardPaths>
#include <QEvent>

DWIDGET_USE_NAMESPACE

Expand Down

0 comments on commit 1cbf1af

Please sign in to comment.