https://bugs.kde.org/show_bug.cgi?id=363198

--- Comment #4 from Aleix Pol <aleix...@kde.org> ---
Sorry, another try...

diff --git a/applets/quickshare/plasmoid/contents/ui/main.qml
b/applets/quickshare/plasmoid/contents/ui/main.qml
index c5644a4..7dd435f 100644
--- a/applets/quickshare/plasmoid/contents/ui/main.qml
+++ b/applets/quickshare/plasmoid/contents/ui/main.qml
@@ -150,7 +150,17 @@ DropArea {
                 root.state = "sending"
             }
         }
+
+        function printMap(output) {
+            for(var v in output) {
+                console.log("entry", v);
+                console.log("entry-value", output[v]);
+            }
+        }
+
         onFinished: {
+            printMap(output)
+            console.log("finished", error)
             if (error==0 && output.url !== "") {
                 var resultUrl = output.url;
                 console.log("Received", resultUrl)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to