diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2024-04-11 11:21:44 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2024-04-18 14:32:04 +0300 |
commit | a714cb9f65faefaa21bef240397ca6d249edd53c (patch) | |
tree | 9ce34904d2641410dafd914d9f816df99e21b5b5 /editor/editor_build_profile.h | |
parent | 3b1806182a3564736ad64793b203c2c13c251f56 (diff) | |
download | redot-engine-a714cb9f65faefaa21bef240397ca6d249edd53c.tar.gz |
Editor: Display deprecated/experimental messages in tooltips
Diffstat (limited to 'editor/editor_build_profile.h')
-rw-r--r-- | editor/editor_build_profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_build_profile.h b/editor/editor_build_profile.h index 649784afc3..a947365c7f 100644 --- a/editor/editor_build_profile.h +++ b/editor/editor_build_profile.h @@ -150,6 +150,7 @@ class EditorBuildProfileManager : public AcceptDialog { void _profile_action(int p_action); void _action_confirm(); + void _hide_requested(); void _update_edited_profile(); void _fill_classes_from(TreeItem *p_parent, const String &p_class, const String &p_selected); |