Skip to content

Commit

Permalink
fix: build on new dtk
Browse files Browse the repository at this point in the history
log: fix build with new dtk
  • Loading branch information
wineee committed Mar 21, 2024
1 parent ccf8c93 commit daf74ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/source/common/ddesktopservicesthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@

#include <QThread>

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

DWIDGET_USE_NAMESPACE
DGUI_USE_NAMESPACE

// 文管打开文件目录线程
class DDesktopServicesThread : public QThread
Expand Down

0 comments on commit daf74ab

Please sign in to comment.