mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add deprecation notice to a duplicate method of class Window
This commit is contained in:
parent
26b1fd0d84
commit
06534f8ad5
4 changed files with 11 additions and 9 deletions
|
|
@ -301,7 +301,9 @@ public:
|
|||
bool is_maximize_allowed() const;
|
||||
|
||||
void request_attention();
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
void move_to_foreground();
|
||||
#endif // DISABLE_DEPRECATED
|
||||
|
||||
virtual void set_visible(bool p_visible);
|
||||
bool is_visible() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue