1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

Don't hard-code setting list in DependencyEditor

This commit is contained in:
kobewi
2025-02-28 11:32:15 +01:00
parent 15ff450680
commit 1454f490f4
2 changed files with 19 additions and 24 deletions

View File

@@ -120,6 +120,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);