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:
Roland Winklmeier
2015-04-10 21:56:45 +02:00
parent b525e4b50f
commit e5e8cf00ef
2 changed files with 8 additions and 2 deletions

View File

@@ -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; }