diff options
author | Jakub Marcowski <01158831@pw.edu.pl> | 2023-10-08 20:41:22 +0200 |
---|---|---|
committer | Jakub Mateusz Marcowski <01158831@pw.edu.pl> | 2024-01-12 18:18:28 +0100 |
commit | 06534f8ad5cdb45974d463304c05ef91dd29f055 (patch) | |
tree | 4488261106a95e397f1eec7452ad9399810bdcba /scene/main/window.h | |
parent | 26b1fd0d842fa3c2f090ead47e8ea7cd2d6515e1 (diff) | |
download | redot-engine-06534f8ad5cdb45974d463304c05ef91dd29f055.tar.gz |
Add deprecation notice to a duplicate method of class `Window`
Diffstat (limited to 'scene/main/window.h')
-rw-r--r-- | scene/main/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/main/window.h b/scene/main/window.h index 5f5b99ff51..a411c26678 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -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; |