diff options
author | volzhs <volzhs@gmail.com> | 2016-11-26 23:30:46 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2016-11-29 14:07:03 +0900 |
commit | 36b4b451705c0334eab3bcb4578bcf1397b1f45b (patch) | |
tree | dc720da2a2ba1701427793b35700ec233e67eae6 /tools/editor/property_editor.h | |
parent | cefb2de339b3da78bacb80241280987e2a1e2df8 (diff) |
Check keystore field when export Android release apk
Diffstat (limited to 'tools/editor/property_editor.h')
-rw-r--r-- | tools/editor/property_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h index 3fe332bf87..cd9e754cb6 100644 --- a/tools/editor/property_editor.h +++ b/tools/editor/property_editor.h @@ -219,6 +219,8 @@ class PropertyEditor : public Control { void _edit_button(Object *p_item, int p_column, int p_button); void _node_removed(Node *p_node); + +friend class ProjectExportDialog; void _edit_set(const String& p_name, const Variant& p_value); void _draw_flags(Object *ti,const Rect2& p_rect); |