summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.h
diff options
context:
space:
mode:
authorPaul Joannon <hello@pauljoannon.com>2024-02-04 19:08:41 +0100
committerPaul Joannon <hello@pauljoannon.com>2024-02-14 13:26:45 +0100
commit9fa2355ceffefe3991e16ef4c3957f433fadd881 (patch)
tree5859f611db018bbe5bc74781f9908e6181a48d8b /editor/connections_dialog.h
parentd3352813ea44447bfbf135efdec23acc4d1d3f89 (diff)
downloadredot-engine-9fa2355ceffefe3991e16ef4c3957f433fadd881.tar.gz
Disable signal callback generation in C#
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r--editor/connections_dialog.h2
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);