summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-06-06 22:04:25 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-06-06 22:04:25 -0300
commitdef0485ca93aae67f456849ad1fe558e888b9c9c (patch)
treea06035bffd171b0a9397166ea6776d231179505f /editor/editor_help_search.h
parent197b65f32ac811f79bc5599fbfe8cf83914b6873 (diff)
downloadredot-engine-def0485ca93aae67f456849ad1fe558e888b9c9c.tar.gz
Make docs search hide nodes disabled by the editor feature profile
Diffstat (limited to 'editor/editor_help_search.h')
-rw-r--r--editor/editor_help_search.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h
index 93cf66a0dd..12ffd024a7 100644
--- a/editor/editor_help_search.h
+++ b/editor/editor_help_search.h
@@ -125,6 +125,8 @@ class EditorHelpSearch::Runner : public Reference {
Map<String, TreeItem *> class_items;
TreeItem *matched_item;
+ bool _is_class_disabled_by_feature_profile(const StringName &p_class);
+
bool _slice();
bool _phase_match_classes_init();
bool _phase_match_classes();