diff options
Diffstat (limited to 'tools/editor/code_editor.h')
-rw-r--r-- | tools/editor/code_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h index 0ca0e1e234..2ca2ae9873 100644 --- a/tools/editor/code_editor.h +++ b/tools/editor/code_editor.h @@ -128,6 +128,7 @@ class CodeTextEditor : public Control { Label *line_col; Label *info; Timer *idle; + Timer *code_complete_timer; Label *error; @@ -145,6 +146,7 @@ protected: void _text_changed_idle_timeout(); + void _code_complete_timer_timeout(); void _text_changed(); void _line_col_changed(); void _notification(int); |