Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
Fix cimpile error: namespace error

Log: fix compile error
  • Loading branch information
pengfeixx committed Jul 10, 2024
1 parent c1bc108 commit 12cc7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/common/ddesktopservicesthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <DDesktopServices>
#include <QDebug>
#include <QFileInfo>
DWIDGET_USE_NAMESPACE
DGUI_USE_NAMESPACE

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

0 comments on commit 12cc7a3

Please sign in to comment.