summaryrefslogtreecommitdiff
path: root/modules/mono/editor/mono_bottom_panel.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-10-29 11:09:49 +0100
committerGitHub <noreply@github.com>2017-10-29 11:09:49 +0100
commit6ea8ffc12fd6739c0d8fed37cd42a7d713099137 (patch)
tree1f6559942cbd4fd6e8ff51b90f5dddefa34bef4d /modules/mono/editor/mono_bottom_panel.h
parent8fca54fb0dacbc66fab6ad6e53336e1a17f5b83e (diff)
parent27b7fb8e668fa5cad0d2a63023dc1fa03b254924 (diff)
Merge pull request #12474 from neikeq/s
Mono: Add build project button and reload interval
Diffstat (limited to 'modules/mono/editor/mono_bottom_panel.h')
-rw-r--r--modules/mono/editor/mono_bottom_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/editor/mono_bottom_panel.h b/modules/mono/editor/mono_bottom_panel.h
index 83da5b9809..5cc4aa3240 100644
--- a/modules/mono/editor/mono_bottom_panel.h
+++ b/modules/mono/editor/mono_bottom_panel.h
@@ -61,6 +61,8 @@ class MonoBottomPanel : public VBoxContainer {
void _warnings_toggled(bool p_pressed);
void _errors_toggled(bool p_pressed);
+ void _build_project_pressed();
+
static MonoBottomPanel *singleton;
protected: