summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-23 10:17:27 +0200
committerGitHub <noreply@github.com>2021-10-23 10:17:27 +0200
commit11efbd582e8c5fa9213ab86b54b04c27e4755522 (patch)
tree04b413922b0011b0f5da0792d5fa6632c39ca989 /scene/gui/rich_text_label.h
parentf1f51f5d4b2a4cdf9668fb90387c5d062f2a548b (diff)
parent4f8dfa16671afc35daeb974533aa44f75438ca9b (diff)
Merge pull request #54141 from timothyqiu/bbcode-parse
Diffstat (limited to 'scene/gui/rich_text_label.h')
-rw-r--r--scene/gui/rich_text_label.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/rich_text_label.h b/scene/gui/rich_text_label.h
index 94f02a3989..48186ca8b8 100644
--- a/scene/gui/rich_text_label.h
+++ b/scene/gui/rich_text_label.h
@@ -552,8 +552,8 @@ public:
String get_selected_text() const;
void selection_copy();
- Error parse_bbcode(const String &p_bbcode);
- Error append_text(const String &p_bbcode);
+ void parse_bbcode(const String &p_bbcode);
+ void append_text(const String &p_bbcode);
void set_use_bbcode(bool p_enable);
bool is_using_bbcode() const;