mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix some issues found by cppcheck.
This commit is contained in:
parent
72407a9cfb
commit
f851c4aa33
163 changed files with 776 additions and 767 deletions
|
|
@ -179,7 +179,7 @@ public:
|
|||
String get_editor_layouts_config() const;
|
||||
float get_auto_display_scale() const;
|
||||
|
||||
void add_shortcut(const String &p_name, Ref<Shortcut> &p_shortcut);
|
||||
void add_shortcut(const String &p_name, const Ref<Shortcut> &p_shortcut);
|
||||
bool is_shortcut(const String &p_name, const Ref<InputEvent> &p_event) const;
|
||||
Ref<Shortcut> get_shortcut(const String &p_name) const;
|
||||
void get_shortcut_list(List<String> *r_shortcuts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue