From 174d66f30fc0631909c95931936dbd8f65207d84 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Wed, 21 Apr 2010 20:04:27 +0000 Subject: [PATCH] Fix compilation errors in release mode --- src/osd_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd_x11.cpp b/src/osd_x11.cpp index c39e41781..e704b969d 100644 --- a/src/osd_x11.cpp +++ b/src/osd_x11.cpp @@ -106,7 +106,7 @@ void OSD::CallFinished(QDBusPendingCallWatcher* watcher) { QDBusPendingReply reply = *watcher; if (reply.isError()) { - qWarning() << "Error sending notification" << reply.error(); + qWarning() << "Error sending notification" << reply.error().name(); return; }