This thows an error in kdeconnectd
qt.dbus.integration: QDBusConnection: couldn't handle call to getLinkProviders, no slot matched but we are getting nearer
This commit is contained in:
parent
01897942a0
commit
811542cf84
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue