Skip to content

Commit

Permalink
fix: compile failed after dtkwidget upgrade
Browse files Browse the repository at this point in the history
wrong use of namespace

Log:
  • Loading branch information
Decodetalkers committed Jun 20, 2023
1 parent a2f36d2 commit b107518
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dde-osd/src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

DWIDGET_USE_NAMESPACE

DGUI_USE_NAMESPACE

void DrawHelper::DrawImage(QPainter *painter, const QStyleOptionViewItem &option, const QString &iconName, bool isLightTheme)
{
const int margin = 14;
Expand Down

0 comments on commit b107518

Please sign in to comment.