summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorDaniel Lungaro <chunk_77@hotmail.com>2021-05-09 05:17:15 -0700
committerDaniel Lungaro <chunk_77@hotmail.com>2021-05-09 13:51:09 -0700
commit2bae31a4df783de9fa3f6869f79bfe823c9d2664 (patch)
tree62a519b2b51cdfa1249ed03bd1c3ea24f129c9bb /editor/editor_node.h
parent6e3f47983cabb5f162eaec075d810f717985beda (diff)
downloadredot-engine-2bae31a4df783de9fa3f6869f79bfe823c9d2664.tar.gz
Remove plugin from enabled if there's an error
inform user in warning message Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> Refactor remove plugin from enabled
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 07de183719..ec67a7c93a 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -460,6 +460,7 @@ private:
void _update_file_menu_closed();
void _on_plugin_ready(Object *p_script, const String &p_activate_name);
+ void _remove_plugin_from_enabled(const String &p_name);
void _fs_changed();
void _resources_reimported(const Vector<String> &p_resources);