fix: 任务栏窗口预览功能失效 (#774)

任务栏预览窗口的接口使用错误

Log: 修复任务栏窗口预览功能失效的问题
Bug: https://github.com/linuxdeepin/developer-center/issues/3779
Influence: 任务栏应用窗口预览
This commit is contained in:
dengbo 2023-02-20 17:40:07 +08:00 committed by GitHub
parent 3f8593835d
commit 67c66658ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: