Ubuntu Pastebin

Paste from michal at Tue, 13 Jan 2015 14:02:00 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
=== modified file 'plugins/Dash/CardCreator.js'
--- plugins/Dash/CardCreator.js	2014-11-26 08:27:45 +0000
+++ plugins/Dash/CardCreator.js	2015-01-13 13:58:52 +0000
@@ -300,6 +300,8 @@
     var code;
     code = 'AbstractButton { \n\
                 id: root; \n\
+Component.onCompleted: console.debug("Created"); \n\
+Component.onDestruction: console.debug("Destroyed"); \n\
                 property var template; \n\
                 property var components; \n\
                 property var cardData; \n\
Download as text