summaryrefslogtreecommitdiff
path: root/editor/plugins/visual_shader_editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-06-17 02:25:41 +0200
committerGitHub <noreply@github.com>2021-06-17 02:25:41 +0200
commitbb4c464fecae268a419a91db8eec8f525e904b45 (patch)
tree3b7bd058bcc9c8062ca4f085cb2be5aff0b44197 /editor/plugins/visual_shader_editor_plugin.h
parentcb471420cff173e030148e216cb071b51551007a (diff)
parent8ab13f8acefef73a0d68560c6866639d9ca0dc80 (diff)
Merge pull request #49258 from megalobyte/editor-fix
Fixes for documentation search
Diffstat (limited to 'editor/plugins/visual_shader_editor_plugin.h')
-rw-r--r--editor/plugins/visual_shader_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/visual_shader_editor_plugin.h b/editor/plugins/visual_shader_editor_plugin.h
index fa98c6b780..4c7489a694 100644
--- a/editor/plugins/visual_shader_editor_plugin.h
+++ b/editor/plugins/visual_shader_editor_plugin.h
@@ -358,7 +358,7 @@ class VisualShaderEditor : public VBoxContainer {
void _comment_title_popup_hide();
void _comment_title_popup_focus_out();
void _comment_title_text_changed(const String &p_new_text);
- void _comment_title_text_entered(const String &p_new_text);
+ void _comment_title_text_submitted(const String &p_new_text);
void _comment_desc_popup_show(const Point2 &p_position, int p_node_id);
void _comment_desc_popup_hide();