You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Fix inconsistencies and typos in argument names
This commit is contained in:
@@ -79,7 +79,7 @@ protected:
|
||||
void _on_library_selected(const String &file);
|
||||
void _on_dependencies_selected(const PoolStringArray &files);
|
||||
void _on_filter_selected(int id);
|
||||
void _on_item_collapsed(Object *item);
|
||||
void _on_item_collapsed(Object *p_item);
|
||||
void _on_item_activated();
|
||||
void _on_create_new_entry();
|
||||
void _set_target_value(const String §ion, const String &target, Variant file);
|
||||
|
||||
Reference in New Issue
Block a user