Ubuntu Pastebin

Paste from Albert Astals Cid at Tue, 22 Mar 2016 10:57:39 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
=== modified file 'plugins/Dash/CardCreator.js'
--- plugins/Dash/CardCreator.js 2016-03-10 16:53:04 +0000
+++ plugins/Dash/CardCreator.js 2016-03-22 10:56:59 +0000
@@ -425,6 +425,7 @@
                 readonly property string title: cardData && cardData["title"] || ""; \n\
                 property bool showHeader: true; \n\
                 implicitWidth: childrenRect.width; \n\
+                onCardDataChanged: console.log("cardData", cardData, JSON.stringify(cardData),root,'+isCardTool+'); \n\
                 enabled: %1; \n\
                 \n'.arg(templateInteractive);
 
Download as text