mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Bring that Whole New World to the Old Continent too
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6.
This commit is contained in:
parent
1d418afe86
commit
f8db8a3faa
1308 changed files with 147754 additions and 174357 deletions
|
|
@ -34,8 +34,7 @@
|
|||
#include "scene/gui/tree.h"
|
||||
|
||||
class EditorDirDialog : public ConfirmationDialog {
|
||||
OBJ_TYPE(EditorDirDialog,ConfirmationDialog);
|
||||
|
||||
OBJ_TYPE(EditorDirDialog, ConfirmationDialog);
|
||||
|
||||
ConfirmationDialog *makedialog;
|
||||
LineEdit *makedirname;
|
||||
|
|
@ -46,8 +45,8 @@ class EditorDirDialog : public ConfirmationDialog {
|
|||
Tree *tree;
|
||||
bool updating;
|
||||
|
||||
void _item_collapsed(Object* p_item);
|
||||
void _update_dir(TreeItem* p_item);
|
||||
void _item_collapsed(Object *p_item);
|
||||
void _update_dir(TreeItem *p_item);
|
||||
|
||||
void _make_dir();
|
||||
void _make_dir_confirm();
|
||||
|
|
@ -56,14 +55,12 @@ class EditorDirDialog : public ConfirmationDialog {
|
|||
|
||||
bool must_reload;
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
public:
|
||||
|
||||
void set_current_path(const String& p_path);
|
||||
public:
|
||||
void set_current_path(const String &p_path);
|
||||
void reload();
|
||||
EditorDirDialog();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue