mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdeui: to not call qDBusBindToApplication, it's noop
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
055f2e8331
commit
5470c1b18c
1 changed files with 0 additions and 2 deletions
|
@ -404,8 +404,6 @@ void KApplicationPrivate::init(bool GUIenabled)
|
|||
|
||||
|
||||
// sanity checking, to make sure we've connected
|
||||
extern void qDBusBindToApplication();
|
||||
qDBusBindToApplication();
|
||||
QDBusConnectionInterface *bus = 0;
|
||||
if (!QDBusConnection::sessionBus().isConnected() || !(bus = QDBusConnection::sessionBus().interface())) {
|
||||
kFatal(240) << "Session bus not found" << endl <<
|
||||
|
|
Loading…
Add table
Reference in a new issue