Skip to content

Commit

Permalink
fix: build faild
Browse files Browse the repository at this point in the history
Log:
Change-Id: I42f7a848456c40b0952b98ecc93fa21310c4ff96
  • Loading branch information
deepin-mozart committed Jan 13, 2025
1 parent 6355a0e commit 1eb46cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/codeeditor/gui/tabbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <QGuiApplication>

Check warning on line 19 in src/plugins/codeeditor/gui/tabbar.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

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

Check warning on line 19 in src/plugins/codeeditor/gui/tabbar.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

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

DWIDGET_USE_NAMESPACE
DGUI_USE_NAMESPACE

TabBarPrivate::TabBarPrivate(TabBar *qq)
: QObject(qq),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "searchreplaceworker.h"

#include "services/editor/editorservice.h"

Check warning on line 10 in src/plugins/find/maincontroller/worker/searchreplaceworker_p.h

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: "services/editor/editorservice.h" not found.

Check warning on line 10 in src/plugins/find/maincontroller/worker/searchreplaceworker_p.h

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: "services/editor/editorservice.h" not found.
#include <optional>

Check warning on line 11 in src/plugins/find/maincontroller/worker/searchreplaceworker_p.h

View workflow job for this annotation

GitHub Actions / cppcheck

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

Check warning on line 11 in src/plugins/find/maincontroller/worker/searchreplaceworker_p.h

View workflow job for this annotation

GitHub Actions / static-check / static-check

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

class SearchReplaceWorkerPrivate : public QObject
{
Expand Down

0 comments on commit 1eb46cd

Please sign in to comment.