Skip to content

Commit

Permalink
fix: cover CRP fail for eagle-sp2
Browse files Browse the repository at this point in the history
cover  CRP fail for eagle-sp2

Log: cover  CRP fail for eagle-sp2
  • Loading branch information
jeffshuai authored and deepin-bot[bot] committed Oct 23, 2023
1 parent ba7055c commit 72adfdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions deepin-devicemanager/src/Page/PageSingleInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <QVBoxLayout>
#include <QClipboard>
#include <QProcess>
#include <QDebug>

#define WAKEUP_OPEN 3
#define WAKEUP_CLOSE 4
Expand Down
2 changes: 2 additions & 0 deletions deepin-devicemanager/src/Widget/DetectedStatusWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include <QThread>
#include <QSizePolicy>
#include <QPainterPath>
#include <QDebug>

#define MARGIN_LR 20
#define MARGIN_TB 12
#define ICON_BT_SIZE 36
Expand Down
2 changes: 1 addition & 1 deletion deepin-devicemanager/src/Widget/UrlChooserEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <QDir>
#include <QStorageInfo>
#include <QFontMetrics>

#include <QDebug>

UrlChooserEdit::UrlChooserEdit(QWidget *parent) : DWidget(parent)
,mp_urlEdit(new DLineEdit)
Expand Down

0 comments on commit 72adfdd

Please sign in to comment.