summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.h
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2024-04-11 11:21:44 +0300
committerDanil Alexeev <danil@alexeev.xyz>2024-04-18 14:32:04 +0300
commita714cb9f65faefaa21bef240397ca6d249edd53c (patch)
tree9ce34904d2641410dafd914d9f816df99e21b5b5 /editor/connections_dialog.h
parent3b1806182a3564736ad64793b203c2c13c251f56 (diff)
downloadredot-engine-a714cb9f65faefaa21bef240397ca6d249edd53c.tar.gz
Editor: Display deprecated/experimental messages in tooltips
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r--editor/connections_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h
index f644d3335a..78f1b76e23 100644
--- a/editor/connections_dialog.h
+++ b/editor/connections_dialog.h
@@ -191,7 +191,7 @@ public:
//////////////////////////////////////////
-// Custom `Tree` needed to use `EditorHelpTooltip` to display signal documentation.
+// Custom `Tree` needed to use `EditorHelpBit` to display signal documentation.
class ConnectionsDockTree : public Tree {
virtual Control *make_custom_tooltip(const String &p_text) const;
};