summaryrefslogtreecommitdiff
path: root/editor/connections_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-01-16 14:11:19 +0100
committerGitHub <noreply@github.com>2020-01-16 14:11:19 +0100
commitbb024ba9a8bb00ddc0d475e4be16471ae6956891 (patch)
tree8b322008fd6582e557ff3a06bbc0c2b944249074 /editor/connections_dialog.h
parentcd8cafc385dce506e06d958a91f8b5957effdc48 (diff)
parente564b4fd0743c6202a2b47eefbf823c2664c89fb (diff)
Merge pull request #35197 from asynts/asynts.disable-connect-button
Refactor (and fix) how the connect button is disabled.
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r--editor/connections_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h
index 4f46e145e1..c30413953a 100644
--- a/editor/connections_dialog.h
+++ b/editor/connections_dialog.h
@@ -80,6 +80,7 @@ class ConnectDialog : public ConfirmationDialog {
void _add_bind();
void _remove_bind();
void _advanced_pressed();
+ void _update_ok_enabled();
protected:
void _notification(int p_what);