diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-17 02:25:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 02:25:41 +0200 |
commit | bb4c464fecae268a419a91db8eec8f525e904b45 (patch) | |
tree | 3b7bd058bcc9c8062ca4f085cb2be5aff0b44197 /editor/plugins/asset_library_editor_plugin.h | |
parent | cb471420cff173e030148e216cb071b51551007a (diff) | |
parent | 8ab13f8acefef73a0d68560c6866639d9ca0dc80 (diff) |
Merge pull request #49258 from megalobyte/editor-fix
Fixes for documentation search
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.h')
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.h b/editor/plugins/asset_library_editor_plugin.h index 11eae9e041..c6ca1ecd4f 100644 --- a/editor/plugins/asset_library_editor_plugin.h +++ b/editor/plugins/asset_library_editor_plugin.h @@ -282,7 +282,7 @@ class EditorAssetLibrary : public PanelContainer { void _search(int p_page = 0); void _rerun_search(int p_ignore); void _search_text_changed(const String &p_text = ""); - void _search_text_entered(const String &p_text = ""); + void _search_text_submitted(const String &p_text = ""); void _api_request(const String &p_request, RequestType p_request_type, const String &p_arguments = ""); void _http_request_completed(int p_status, int p_code, const PackedStringArray &headers, const PackedByteArray &p_data); void _http_download_completed(int p_status, int p_code, const PackedStringArray &headers, const PackedByteArray &p_data); |