You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Style: Re-apply clang-format over recent invalid additions
This commit is contained in:
@@ -202,8 +202,9 @@ class EditorHelpSearch::IncrementalSearch : public Reference {
|
||||
}
|
||||
|
||||
public:
|
||||
IncrementalSearch(EditorHelpSearch *p_search, Tree *p_search_options, const String &p_term)
|
||||
: search(p_search), search_options(p_search_options) {
|
||||
IncrementalSearch(EditorHelpSearch *p_search, Tree *p_search_options, const String &p_term) :
|
||||
search(p_search),
|
||||
search_options(p_search_options) {
|
||||
|
||||
def_icon = search->get_icon("Node", "EditorIcons");
|
||||
doc = EditorHelp::get_doc_data();
|
||||
|
||||
@@ -3366,7 +3366,6 @@ void EditorNode::register_editor_types() {
|
||||
ClassDB::register_class<EditorResourceConversionPlugin>();
|
||||
ClassDB::register_class<EditorSceneImporter>();
|
||||
|
||||
|
||||
// FIXME: Is this stuff obsolete, or should it be ported to new APIs?
|
||||
ClassDB::register_class<EditorScenePostImport>();
|
||||
//ClassDB::register_type<EditorImportExport>();
|
||||
|
||||
@@ -31,11 +31,11 @@
|
||||
#define EDITOR_PLUGIN_H
|
||||
|
||||
#include "editor/import/editor_import_plugin.h"
|
||||
#include "editor/import/resource_importer_scene.h"
|
||||
#include "io/config_file.h"
|
||||
#include "scene/gui/tool_button.h"
|
||||
#include "scene/main/node.h"
|
||||
#include "scene/resources/texture.h"
|
||||
#include "editor/import/resource_importer_scene.h"
|
||||
#include "undo_redo.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user