aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-12 17:02:50 +0800
committerobscuren <geffobscura@gmail.com>2014-07-12 17:02:50 +0800
commit288f1c5387c1a0a8863499389e8a7ca7e3068208 (patch)
treeebfe82365b0f5085a4f64bad75428fb8dda37847
parentd3e31a4a6db6166b0639f0e9be5f70d5035baeeb (diff)
downloadgo-tangerine-288f1c5387c1a0a8863499389e8a7ca7e3068208.tar
go-tangerine-288f1c5387c1a0a8863499389e8a7ca7e3068208.tar.gz
go-tangerine-288f1c5387c1a0a8863499389e8a7ca7e3068208.tar.bz2
go-tangerine-288f1c5387c1a0a8863499389e8a7ca7e3068208.tar.lz
go-tangerine-288f1c5387c1a0a8863499389e8a7ca7e3068208.tar.xz
go-tangerine-288f1c5387c1a0a8863499389e8a7ca7e3068208.tar.zst
go-tangerine-288f1c5387c1a0a8863499389e8a7ca7e3068208.zip
Removed timer
-rw-r--r--ethereal/assets/debugger/debugger.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ethereal/assets/debugger/debugger.qml b/ethereal/assets/debugger/debugger.qml
index 4d01ea183..fa56737a2 100644
--- a/ethereal/assets/debugger/debugger.qml
+++ b/ethereal/assets/debugger/debugger.qml
@@ -19,7 +19,7 @@ ApplicationWindow {
property alias dataText: rawDataField.text
onClosing: {
- compileTimer.stop()
+ //compileTimer.stop()
}
MenuBar {
@@ -112,6 +112,7 @@ ApplicationWindow {
anchors.right: settings.left
focus: true
+ /*
Timer {
id: compileTimer
interval: 500 ; running: true ; repeat: true
@@ -119,6 +120,7 @@ ApplicationWindow {
dbg.autoComp(codeEditor.text)
}
}
+ */
}
Column {