Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
Fix cimpile error: header file not included.

Log: fix compile error
  • Loading branch information
rb-union committed Jul 9, 2024
1 parent a8dd587 commit d967a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/tabbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <QMouseEvent>
#include <QDesktopWidget>
#include <QPainterPath>
#include <QMimeData>

#ifdef DTKWIDGET_CLASS_DSizeMode
#include <DSizeMode>
Expand Down
3 changes: 3 additions & 0 deletions src/views/termbasedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@

//dtk
#include <DApplicationHelper>
#include <DGuiApplicationHelper>

//qt
#include <QLabel>
#include <QDebug>

DWIDGET_USE_NAMESPACE

/*******************************************************************************
1. @函数: palrtteTransparency
2. @作者: ut000610 daizhengwen
Expand Down

0 comments on commit d967a0a

Please sign in to comment.