Work
This commit is contained in:
parent
514f38a63c
commit
2c6e7be352
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ KdeConnectPlugin* PluginLoader::instantiatePluginForDevice(const QString& plugin
|
|||
return *result;
|
||||
}
|
||||
|
||||
qCDebug(KDECONNECT_CORE) << "Error loading plugin" << *result;
|
||||
qCDebug(KDECONNECT_CORE) << "Error loading plugin" << result.error();
|
||||
return nullptr;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue