]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Backup project file everytime it is saved, backup files can be browsed and opened...
[kdenlive] / src / mainwindow.h
index f4d0d3b478be0a7f1989d79d2f0deabd258447f9..6bc6f7df520caa80c8d0e602acde6907e322670c 100644 (file)
@@ -46,6 +46,7 @@
 #include "dvdwizard.h"
 #include "stopmotion/stopmotion.h"
 #include "noteswidget.h"
+#include "ui_backupdialog_ui.h"
 
 class KdenliveDoc;
 class TrackView;
@@ -305,6 +306,9 @@ private:
 
     StopmotionWidget *m_stopmotion;
 
+    /** @brief UI for backup dialog. */
+    Ui::BackupDialog_UI *m_backup_ui;
+
 public slots:
     /** @brief Prepares opening @param url.
     *
@@ -540,6 +544,10 @@ private slots:
     void slotUpdateProxySettings();
     /** @brief Insert current project's timecode into the notes widget. */
     void slotInsertNotesTimecode();
+    /** @brief Open the project's backupdialog. */
+    void slotOpenBackupDialog();
+    /** @brief Display chosen backup thumbnail. */
+    void slotDisplayBackupPreview();
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);
 };