diff options
author | Paul Joannon <hello@pauljoannon.com> | 2024-02-04 19:08:41 +0100 |
---|---|---|
committer | Paul Joannon <hello@pauljoannon.com> | 2024-02-14 13:26:45 +0100 |
commit | 9fa2355ceffefe3991e16ef4c3957f433fadd881 (patch) | |
tree | 5859f611db018bbe5bc74781f9908e6181a48d8b /editor/connections_dialog.h | |
parent | d3352813ea44447bfbf135efdec23acc4d1d3f89 (diff) | |
download | redot-engine-9fa2355ceffefe3991e16ef4c3957f433fadd881.tar.gz |
Disable signal callback generation in C#
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r-- | editor/connections_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index a99f0dd0fe..4f628d5685 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -134,6 +134,7 @@ private: CheckButton *advanced = nullptr; Vector<Control *> bind_controls; + Label *warning_label = nullptr; Label *error_label = nullptr; void ok_pressed() override; @@ -155,6 +156,7 @@ private: void _remove_bind(); void _advanced_pressed(); void _update_ok_enabled(); + void _update_warning_label(); protected: void _notification(int p_what); |