Print some debugging from QDBusConnection when disconnecting

Change-Id: I6e19cd8b16513faad6435d1713eab56675d07289
Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
This commit is contained in:
Thiago Macieira 2012-08-17 18:13:29 +02:00 committed by Qt by Nokia
parent 1dbdf0c580
commit 292350f70d

View File

@ -1048,6 +1048,7 @@ void QDBusConnectionPrivate::closeConnection()
;
}
}
qDBusDebug() << this << "Disconnected";
}
void QDBusConnectionPrivate::checkThread()