fix: 修复任务栏智能隐藏失败的问题

修复任务栏智能隐藏失败的问题,其它线程调用主线程定时器没有生效,使用信号槽进行关联

Log:
Task: https://pms.uniontech.com/task-view-141249.html
Influence: 任务栏智能隐藏功能正常
Change-Id: I6c2fc5f0550c94f5309012d4b1861efe35618fce
This commit is contained in:
weizhixiang
2022-06-09 14:12:44 +08:00
parent d2b5e1b33b
commit be4580d3ca
7 changed files with 24 additions and 16 deletions

View File

@ -74,7 +74,7 @@ public:
QString getDesktopFromWindowByBamf(XWindow windowId);
private Q_SLOTS:
void handleWlActiveWindowchange();
void handleWlActiveWindowChange();
private:
Dock *dock;