]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
New feature: Archive project (in progress)
[kdenlive] / src / mainwindow.h
index 778b8777e5da907e660b043daac4efff169488d1..6d26e393422bd810d60c5e7e60486604e1d87b8e 100644 (file)
@@ -474,6 +474,8 @@ private slots:
     void slotMaximizeCurrent(bool show);
     void slotTranscode(KUrl::List urls = KUrl::List());
     void slotTranscodeClip();
+    /** @brief Archive project: creates a copy of the project file with all clips in a new folder. */
+    void slotArchiveProject();
     void slotSetDocumentRenderProfile(QMap <QString, QString> props);
     void slotPrepareRendering(bool scriptExport, bool zoneOnly, const QString &chapterFile);