From 811542cf843ad50bdabbe33514e4279969e17f08 Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Sat, 5 Oct 2024 10:34:14 +0100 Subject: [PATCH] This thows an error in kdeconnectd qt.dbus.integration: QDBusConnection: couldn't handle call to getLinkProviders, no slot matched but we are getting nearer --- kcm/kcm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp index 86db0fd4b..9e7a7bdb0 100644 --- a/kcm/kcm.cpp +++ b/kcm/kcm.cpp @@ -96,7 +96,7 @@ KdeConnectKcm::KdeConnectKcm(QObject *parent, const KPluginMetaData &md, const Q kcmUi.bluetoothEnabled_checkbox->setChecked(false); setWhenAvailable( - daemon->linkProviders(), + daemon->getLinkProviders(), [this](bool error, const QStringList linkProviders) { for (int i = 0; i < linkProviders.size(); ++i) { QString linkProvider = QString(linkProviders.at(i).constData());