mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Replace Array return types with TypedArray
This commit is contained in:
parent
b9ea0e1338
commit
8be27dc59e
110 changed files with 298 additions and 272 deletions
|
@ -242,7 +242,7 @@ void VersionControlEditorPlugin::_view_file_diff() {
|
|||
}
|
||||
|
||||
void VersionControlEditorPlugin::_display_file_diff(String p_file_path) {
|
||||
Array diff_content = EditorVCSInterface::get_singleton()->get_file_diff(p_file_path);
|
||||
TypedArray<Dictionary> diff_content = EditorVCSInterface::get_singleton()->get_file_diff(p_file_path);
|
||||
|
||||
diff_file_name->set_text(p_file_path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue