Revert "Expose "meta" to the Inspector"

This commit is contained in:
Rémi Verschelde
2019-07-22 12:03:57 +02:00
committed by GitHub
parent 4b1ec08bc3
commit 9f5b77acc9
7 changed files with 14 additions and 17 deletions

View File

@ -272,7 +272,7 @@ class EditorInspector : public ScrollContainer {
LineEdit *search_box;
bool show_categories;
bool hide_object_properties;
bool hide_script;
bool use_doc_hints;
bool capitalize_paths;
bool use_filter;
@ -360,7 +360,7 @@ public:
void set_show_categories(bool p_show);
void set_use_doc_hints(bool p_enable);
void set_hide_object_properties(bool p_hide);
void set_hide_script(bool p_hide);
void set_use_filter(bool p_use);
void register_text_enter(Node *p_line_edit);