Skip to content

Commit

Permalink
fix: fix build on dtk 5.6.20
Browse files Browse the repository at this point in the history
Support dtk 5.6.20

Log:
  • Loading branch information
hillwoodroc committed Dec 1, 2023
1 parent f52dd70 commit 0c487e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/source/common/ddesktopservicesthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@

#include <QThread>

#include <dtkwidget_global.h>
#include <dtkgui_global.h>
#include <DDesktopServices>
#include <QDebug>
#include <QFileInfo>
DGUI_USE_NAMESPACE
DWIDGET_USE_NAMESPACE

// 文管打开文件目录线程
Expand Down
5 changes: 5 additions & 0 deletions src/source/tree/datamodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@

#include "commonstruct.h"

#include <DGuiApplicationHelper>
#include <dtkwidget_global.h>
#include <QAbstractTableModel>
#include <QFileInfoList>
#include <QDir>

DWIDGET_USE_NAMESPACE
DGUI_USE_NAMESPACE

class MimeTypeDisplayManager;
class QItemSelection;

Expand Down

0 comments on commit 0c487e9

Please sign in to comment.