summaryrefslogtreecommitdiff
path: root/editor/project_export.h
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2018-10-28 15:13:38 -0300
committerMarcelo Fernandez <marcelofg55@gmail.com>2018-10-28 15:13:38 -0300
commit5bdb9cf208d2a1060c7c03d4bdbafae1686aefc1 (patch)
tree649a317030e821a78bd65547f9d5bef0c8f04e14 /editor/project_export.h
parentaeddb30fa38215acf8620238209cb53f5bddc28d (diff)
Add a duplicate button to duplicate presets
Diffstat (limited to 'editor/project_export.h')
-rw-r--r--editor/project_export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/project_export.h b/editor/project_export.h
index 552c6d7faf..a4bca843a8 100644
--- a/editor/project_export.h
+++ b/editor/project_export.h
@@ -61,6 +61,7 @@ private:
TabContainer *sections;
MenuButton *add_preset;
+ Button *duplicate_preset;
Button *delete_preset;
ItemList *presets;
@@ -108,6 +109,7 @@ private:
void _name_changed(const String &p_string);
void _add_preset(int p_platform);
void _edit_preset(int p_index);
+ void _duplicate_preset();
void _delete_preset();
void _delete_preset_confirm();