summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/MainFrm.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2019-01-04 16:45:33 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2019-01-10 08:50:52 +0000
commit37780644b31d49ae9bd86f0025e9c809de960327 (patch)
tree790df9eddf020f52c0345f9681b110b4af312339 /src/Authoring/Studio/MainFrm.h
parent6ab1bba36f7b409cf52123548184aaf7291bc65c (diff)
Implement 'save project as' and 'duplicate presentation'
'Save project as' creates a copy of the existing project and allows optionally opening the copy in the editor. 'Duplicate presentation' copies the active or targeted presentation into the same folder as the original presentation. User must supply the new name, but the id is autogenerated. Task-number: QT3DS-2630 Change-Id: I13e1cffd0b9d2705fbab7ca72b9dd1f5d0691e77 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/MainFrm.h')
-rw-r--r--src/Authoring/Studio/MainFrm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/MainFrm.h b/src/Authoring/Studio/MainFrm.h
index a4bcb30f..dfcf887c 100644
--- a/src/Authoring/Studio/MainFrm.h
+++ b/src/Authoring/Studio/MainFrm.h
@@ -105,8 +105,8 @@ public:
void OnFileOpen();
void OnFileSave();
void OnUpdateFileSave();
- void OnFileSaveAs();
- void OnFileSaveCopy();
+ void onProjectSaveAs();
+ void onDuplicatePresentation();
void OnProjectNew();
void OnFileNew();
void OnFileRevert();