mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00
fix: 任务栏窗口预览功能失效 (#774)
任务栏预览窗口的接口使用错误 Log: 修复任务栏窗口预览功能失效的问题 Bug: https://github.com/linuxdeepin/developer-center/issues/3779 Influence: 任务栏应用窗口预览
This commit is contained in:
parent
3f8593835d
commit
67c66658ee
@ -96,7 +96,7 @@ public Q_SLOTS: // METHODS
|
||||
{
|
||||
QList<QVariant> argumentList;
|
||||
argumentList << QVariant::fromValue(in0);
|
||||
return asyncCallWithArgumentList(QStringLiteral("CancelPreviewWindow"), argumentList);
|
||||
return asyncCallWithArgumentList(QStringLiteral("PreviewWindow"), argumentList);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user