From 2d7af038aabb6c34c7737632b15e938d08a40b1e Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Tue, 12 Aug 2014 09:13:38 +0000 Subject: [PATCH] add missing file --- kdeplasma-applets-plasma-nm/fix-request-scan.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kdeplasma-applets-plasma-nm/fix-request-scan.patch diff --git a/kdeplasma-applets-plasma-nm/fix-request-scan.patch b/kdeplasma-applets-plasma-nm/fix-request-scan.patch new file mode 100644 index 000000000..bd2dc61c1 --- /dev/null +++ b/kdeplasma-applets-plasma-nm/fix-request-scan.patch @@ -0,0 +1,13 @@ +diff --git a/libs/handler.cpp b/libs/handler.cpp +index e247dc5..5232678 100644 +--- a/libs/handler.cpp ++++ b/libs/handler.cpp +@@ -364,7 +364,7 @@ void Handler::editDialogAccepted() + + void Handler::replyFinished(QDBusPendingCallWatcher * watcher) + { +- QDBusPendingReply reply = *watcher; ++ QDBusPendingReply<> reply = *watcher; + if (reply.isError() || !reply.isValid()) { + KNotification *notification = 0; + QString error = reply.error().message();