Print some debugging from QDBusConnection when disconnecting
Change-Id: I6e19cd8b16513faad6435d1713eab56675d07289 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>bb10
parent
1dbdf0c580
commit
292350f70d
|
|
@ -1048,6 +1048,7 @@ void QDBusConnectionPrivate::closeConnection()
|
|||
;
|
||||
}
|
||||
}
|
||||
qDBusDebug() << this << "Disconnected";
|
||||
}
|
||||
|
||||
void QDBusConnectionPrivate::checkThread()
|
||||
|
|
|
|||
Loading…
Reference in New Issue