Remove typed_dictionary.h include
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "core/debugger/debugger_marshalls.h"
|
||||
#include "core/io/marshalls.h"
|
||||
#include "core/io/resource_loader.h"
|
||||
#include "core/variant/typed_dictionary.h"
|
||||
#include "editor/docks/inspector_dock.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_undo_redo_manager.h"
|
||||
@@ -113,6 +114,11 @@ Variant EditorDebuggerRemoteObjects::get_variant(const StringName &p_name) {
|
||||
return var;
|
||||
}
|
||||
|
||||
void EditorDebuggerRemoteObjects::clear() {
|
||||
prop_list.clear();
|
||||
prop_values.clear();
|
||||
}
|
||||
|
||||
void EditorDebuggerRemoteObjects::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_title"), &EditorDebuggerRemoteObjects::get_title);
|
||||
ClassDB::bind_method("_hide_script_from_inspector", &EditorDebuggerRemoteObjects::_hide_script_from_inspector);
|
||||
|
||||
Reference in New Issue
Block a user