summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-01-26 00:30:36 +0100
committerkobewi <kobewi4e@gmail.com>2023-01-26 00:35:59 +0100
commit24134710dd78b402e7b5bd37890eb49b17c6bb74 (patch)
tree6873850d4d709d7578ddfc2a4016b16fa0e3eff9 /editor/connections_dialog.h
parent10d22a4b35b33ad89f626c261ef7f1aeae81daf3 (diff)
downloadredot-engine-24134710dd78b402e7b5bd37890eb49b17c6bb74.tar.gz
Connection dialog tweaks
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 0bea897976..17a292434c 100644
--- a/editor/connections_dialog.h
+++ b/editor/connections_dialog.h
@@ -117,8 +117,10 @@ private:
SceneTreeEditor *tree = nullptr;
AcceptDialog *error = nullptr;
+ Button *open_method_tree = nullptr;
AcceptDialog *method_popup = nullptr;
Tree *method_tree = nullptr;
+ Label *empty_tree_label = nullptr;
LineEdit *method_search = nullptr;
CheckButton *script_methods_only = nullptr;
CheckButton *compatible_methods_only = nullptr;