X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=703fc625cd0ef08b695bde47b21c03f207fd089d;hb=e927a83144e3080773c54f89f3d8ec6e637d47a6;hp=778b8777e5da907e660b043daac4efff169488d1;hpb=21812fe2e0db89f1044d179eb788bbc1022b5577;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 778b8777..703fc625 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -296,8 +296,9 @@ private: QPixmap createSchemePreviewIcon(const KSharedConfigPtr &config); /** @brief Checks that the Kdenlive mime type is correctly installed. + * @param open If set to true, this will return the mimetype allowed for file opening (adds .tar.gz format) * @return The mimetype */ - QString getMimeType(); + QString getMimeType(bool open = true); /** @brief Populates the "load layout" menu. */ void loadLayouts(); @@ -474,6 +475,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 props); void slotPrepareRendering(bool scriptExport, bool zoneOnly, const QString &chapterFile);