mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Remove SystemBus from XSwiftBus connection options
This commit is contained in:
committed by
Klaus Basan
parent
db7ed76bc5
commit
c27d401e70
@@ -475,7 +475,6 @@ namespace BlackSimPlugin
|
||||
QDBusConnection CSimulatorXPlane::connectionFromString(const QString &str)
|
||||
{
|
||||
if (str == CDBusServer::sessionBusAddress()) { return QDBusConnection::sessionBus(); }
|
||||
if (str == CDBusServer::systemBusAddress()) { return QDBusConnection::systemBus(); }
|
||||
Q_UNREACHABLE();
|
||||
return QDBusConnection("NO CONNECTION");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user