提交 288f1c53 编写于 作者: O obscuren

Removed timer

上级 d3e31a4a
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册