mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Ref T192, DBus utility functions, Service name empty for P2P
This commit is contained in:
@@ -361,7 +361,7 @@ namespace BlackCore
|
||||
}
|
||||
else
|
||||
{
|
||||
const QString name("BlackBoxRuntime");
|
||||
const QString name(CDBusServer::p2pConnectionName() + " " + address);
|
||||
QDBusConnection::disconnectFromPeer(name);
|
||||
m_dbusConnection = QDBusConnection::connectToPeer(address, name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user