mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add override keywords.
This commit is contained in:
parent
ad9e5ae984
commit
26fcf2b04c
351 changed files with 4123 additions and 4146 deletions
|
|
@ -87,7 +87,7 @@ protected:
|
|||
void _focus_entered();
|
||||
|
||||
public:
|
||||
String get_tooltip(const Point2 &p_pos) const;
|
||||
String get_tooltip(const Point2 &p_pos) const override;
|
||||
|
||||
String get_text_value() const;
|
||||
void set_label(const String &p_label);
|
||||
|
|
@ -107,7 +107,7 @@ public:
|
|||
void setup_and_show() { _focus_entered(); }
|
||||
LineEdit *get_line_edit() { return value_input; }
|
||||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
virtual Size2 get_minimum_size() const override;
|
||||
EditorSpinSlider();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue