解决注册文本内容插件命令失效问题

This commit is contained in:
iaom 2022-12-21 15:16:01 +08:00
parent 77395a8627
commit 09a423aa38
2 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ bool SearchPluginManager::unregisterPlugin(const QString &pluginName)
if (pluginName == "Web") {
name = pluginName + " Page";
} else if (pluginName == "Content") {
name = "File " + name + " Search";
name = "File " + name;
}
//外部插件pluginName是so文件全路径
QString externalPluginPath;

View File

@ -133,7 +133,7 @@ void AppSearchWorker::run()
}
}
} else {
qWarning() << "SoftWareCenter dbus called failed!";
qWarning() << "SoftWareCenter dbus called failed!" << reply.error();
}
}
}