Add override keywords.
This commit is contained in:
parent
ad9e5ae984
commit
26fcf2b04c
351 changed files with 4123 additions and 4146 deletions
|
|
@ -471,7 +471,7 @@ public:
|
|||
|
||||
VScrollBar *get_v_scroll() { return vscroll; }
|
||||
|
||||
virtual CursorShape get_cursor_shape(const Point2 &p_pos) const;
|
||||
virtual CursorShape get_cursor_shape(const Point2 &p_pos) const override;
|
||||
|
||||
void set_selection_enabled(bool p_enabled);
|
||||
bool is_selection_enabled() const;
|
||||
|
|
@ -501,7 +501,7 @@ public:
|
|||
void install_effect(const Variant effect);
|
||||
|
||||
void set_fixed_size_to_width(int p_width);
|
||||
virtual Size2 get_minimum_size() const;
|
||||
virtual Size2 get_minimum_size() const override;
|
||||
|
||||
RichTextLabel();
|
||||
~RichTextLabel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue