From 8b701b1694b20b59b53b4c09451da9a0e0a65828 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Fri, 12 Mar 2021 19:15:17 +0100 Subject: [PATCH] runner: Do not delay matching Setting this is about to be deprecated. Also it causes a delay of 400ms before the runner gets queried, this is noticeable when the results are displayed. Because there are no serious performance issues in the search we can just remove the method call. --- runner/pimcontactsrunner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/runner/pimcontactsrunner.cpp b/runner/pimcontactsrunner.cpp index 9019219..9d78336 100644 --- a/runner/pimcontactsrunner.cpp +++ b/runner/pimcontactsrunner.cpp @@ -35,7 +35,6 @@ PIMContactsRunner::PIMContactsRunner(QObject *parent, const KPluginMetaData &met : Plasma::AbstractRunner(parent, metaData, args) { setObjectName(QStringLiteral("PIMContactsRunner")); - setSpeed(Plasma::AbstractRunner::SlowSpeed); // reloadConfiguration() called by default init() implementation } -- GitLab