diff options
author | PucklaMotzer09 <jonaas.pucher000000@gmail.com> | 2022-01-04 17:23:35 +0100 |
---|---|---|
committer | PucklaMotzer09 <jonaas.pucher000000@gmail.com> | 2022-08-02 12:40:11 +0200 |
commit | 0f9086e131923e09e97a2ef2f0e9f39565be0c27 (patch) | |
tree | 34260a81167720a535add8f3f5793c6a0b05ed63 /editor/localization_editor.h | |
parent | e6b049641572f9df332196aab219d7d6280740bd (diff) | |
download | redot-engine-0f9086e131923e09e97a2ef2f0e9f39565be0c27.tar.gz |
Update remaps in "file_removed" signal
Diffstat (limited to 'editor/localization_editor.h')
-rw-r--r-- | editor/localization_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/localization_editor.h b/editor/localization_editor.h index 7d93f3d6f8..10ccdfdc13 100644 --- a/editor/localization_editor.h +++ b/editor/localization_editor.h @@ -83,6 +83,7 @@ class LocalizationEditor : public VBoxContainer { void _update_pot_file_extensions(); void _filesystem_files_moved(const String &p_old_file, const String &p_new_file); + void _filesystem_file_removed(const String &p_file); protected: void _notification(int p_what); |