]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
We can now open archived projects
[kdenlive] / src / mainwindow.h
index 6d26e393422bd810d60c5e7e60486604e1d87b8e..703fc625cd0ef08b695bde47b21c03f207fd089d 100644 (file)
@@ -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();