-Project settings can properly add/remove properties again, fixes #3177

This commit is contained in:
Juan Linietsky
2016-01-10 17:08:02 -03:00
parent 027072728e
commit eb7901c8b8
3 changed files with 9 additions and 2 deletions

View File

@ -270,6 +270,7 @@ public:
PropertyEditor *get_property_editor();
void edit(Object* p_object);
String get_full_item_path(const String& p_item);
String get_current_section() const;
SectionedPropertyEditor();
~SectionedPropertyEditor();