diff options
Diffstat (limited to 'tools/editor/editor_log.h')
-rw-r--r-- | tools/editor/editor_log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_log.h b/tools/editor/editor_log.h index 1141d03911..56bdb2a366 100644 --- a/tools/editor/editor_log.h +++ b/tools/editor/editor_log.h @@ -45,6 +45,7 @@ class EditorLog : public PanelContainer { OBJ_TYPE( EditorLog, PanelContainer ); ToolButton *button; + Button *clearbutton; Label *title; RichTextLabel *log; TextureButton *tb; @@ -62,6 +63,7 @@ class EditorLog : public PanelContainer { // void _dragged(const Point2& p_ofs); void _close_request(); void _flip_request(); + void _clear_request(); static void _undo_redo_cbk(void *p_self,const String& p_name); protected: |