Add some code changes/fixes proposed by Coverity and Clang Tidy
This commit is contained in:
parent
045ab51ae5
commit
e0b5b21863
26 changed files with 65 additions and 58 deletions
|
|
@ -139,7 +139,7 @@ public:
|
|||
static void set_default(const Ref<Theme> &p_default);
|
||||
|
||||
static Ref<Theme> get_project_default();
|
||||
static void set_project_default(const Ref<Theme> &p_default);
|
||||
static void set_project_default(const Ref<Theme> &p_project_default);
|
||||
|
||||
static void set_default_icon(const Ref<Texture> &p_icon);
|
||||
static void set_default_style(const Ref<StyleBox> &p_style);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue