mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #103393 from KoBeWi/independency_editor
Don't hard-code setting list in DependencyEditor
This commit is contained in:
commit
db90dd14f3
2 changed files with 19 additions and 24 deletions
|
|
@ -119,6 +119,8 @@ class DependencyRemoveDialog : public ConfirmationDialog {
|
|||
}
|
||||
};
|
||||
|
||||
LocalVector<StringName> path_project_settings;
|
||||
|
||||
void _find_files_in_removed_folder(EditorFileSystemDirectory *efsd, const String &p_folder);
|
||||
void _find_all_removed_dependencies(EditorFileSystemDirectory *efsd, Vector<RemovedDependency> &p_removed);
|
||||
void _find_localization_remaps_of_removed_files(Vector<RemovedDependency> &p_removed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue