mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-18 09:00:44 +00:00
Removed timer
This commit is contained in:
parent
d3e31a4a6d
commit
288f1c5387
1 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue