Do not get deviceId by reference
This commit is contained in:
parent
5af0a74f11
commit
74e9cdbf12
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ QMap<QString, QString> Daemon::deviceNames(bool onlyReachable, bool onlyTrusted)
|
|||
|
||||
void Daemon::onNewDeviceLink(DeviceLink *link)
|
||||
{
|
||||
const QString &id = link->deviceId();
|
||||
QString id = link->deviceId();
|
||||
|
||||
// qCDebug(KDECONNECT_CORE) << "Device discovered" << id << "via" << dl->name();
|
||||
|
||||
|
|
Loading…
Reference in a new issue