mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Remove the test connection and custom launch of dbus daemon
We cannot easily launch the dbus session ourselves since all other applications don't know how to connect to it. We need to rely on the supported solutions on different platforms. If the session bus is not available, the workarounds would be huge to manually launch it and tell all clients the session address. ref T170
This commit is contained in:
@@ -137,7 +137,6 @@ namespace BlackMisc
|
||||
QMap<QString, QObject *> m_objects;
|
||||
QMap<QString, QDBusConnection> m_connections;
|
||||
|
||||
void launchDBusDaemon();
|
||||
static QString getDBusInterfaceFromClassInfo(QObject *object);
|
||||
|
||||
//! Register options with connection
|
||||
|
||||
Reference in New Issue
Block a user