Skip to content

Commit a8fdefd

Browse files
wjyrichdeepin-bot[bot]
authored andcommitted
fix: Fixed the issue that qCDebug does not output
as title.
1 parent da28cb8 commit a8fdefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panels/dock/taskmanager/taskmanager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "x11windowmonitor.h"
2828
#endif
2929

30-
Q_LOGGING_CATEGORY(taskManagerLog, "dde.shell.dock.taskmanager", QtInfoMsg)
30+
Q_LOGGING_CATEGORY(taskManagerLog, "dde.shell.dock.taskmanager", QtDebugMsg)
3131

3232
#define Settings TaskManagerSettings::instance()
3333

0 commit comments

Comments
 (0)