mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 11:44:21 +00:00
Update Node::get_configuration_warnings signature
This commit is contained in:
parent
bf37a9bac6
commit
d3852deaa4
132 changed files with 217 additions and 213 deletions
|
|
@ -251,8 +251,8 @@ Control::CursorShape GraphEdit::get_cursor_shape(const Point2 &p_pos) const {
|
|||
return Control::get_cursor_shape(p_pos);
|
||||
}
|
||||
|
||||
PackedStringArray GraphEdit::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = Control::get_configuration_warnings();
|
||||
Array GraphEdit::get_configuration_warnings() const {
|
||||
Array warnings = Control::get_configuration_warnings();
|
||||
|
||||
warnings.push_back(RTR("Please be aware that GraphEdit and GraphNode will undergo extensive refactoring in a future 4.x version involving compatibility-breaking API changes."));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue