Fix compilation errors in release mode

This commit is contained in:
David Sansome 2010-04-21 20:04:27 +00:00
parent edd9dd5af9
commit 174d66f30f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ void OSD::CallFinished(QDBusPendingCallWatcher* watcher) {
QDBusPendingReply<uint> reply = *watcher;
if (reply.isError()) {
qWarning() << "Error sending notification" << reply.error();
qWarning() << "Error sending notification" << reply.error().name();
return;
}