diff --git a/frame/item/components/appsnapshot.cpp b/frame/item/components/appsnapshot.cpp index 9fcf0f016..a6e546feb 100644 --- a/frame/item/components/appsnapshot.cpp +++ b/frame/item/components/appsnapshot.cpp @@ -222,8 +222,14 @@ void AppSnapshot::fetchSnapshot() QDBusReply reply = interface.callWithArgumentList(QDBus::Block,QStringLiteral("screenshotForWindowExtend"), args); if(reply.isValid()){ - m_snapshot.load(reply.value()); - qDebug() << "reply: "<