mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #403 use own sessionDBusServer method
This patch fixes a dependency between BlackCore and BlackMisc. BlackMisc is the base library and cannot dependend on anything else.
This commit is contained in:
@@ -64,6 +64,13 @@ namespace BlackMisc
|
||||
return value;
|
||||
}
|
||||
|
||||
//! Denotes a session DBus server
|
||||
static const QString &sessionDBusServer()
|
||||
{
|
||||
static QString session("session");
|
||||
return session;
|
||||
}
|
||||
|
||||
//! Value object, traffic network server objects
|
||||
BlackMisc::Network::CServerList getTrafficNetworkServers() const { return m_trafficNetworkServers; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user