]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Fix "save zone" saving proxy instead of real clip:
[kdenlive] / src / mainwindow.h
index 6bc6f7df520caa80c8d0e602acde6907e322670c..9ae254db655924d1473693242b2a46b162a19d6c 100644 (file)
@@ -306,9 +306,6 @@ private:
 
     StopmotionWidget *m_stopmotion;
 
-    /** @brief UI for backup dialog. */
-    Ui::BackupDialog_UI *m_backup_ui;
-
 public slots:
     /** @brief Prepares opening @param url.
     *
@@ -447,7 +444,7 @@ private slots:
 
     void slotAdjustClipMonitor();
     void slotAdjustProjectMonitor();
-    void slotSaveZone(Render *render, QPoint zone);
+    void slotSaveZone(Render *render, QPoint zone, DocClipBase *baseClip = NULL, KUrl path = KUrl());
 
     void slotSetInPoint();
     void slotSetOutPoint();
@@ -545,9 +542,8 @@ private slots:
     /** @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();
+    void slotOpenBackupDialog(const KUrl url = KUrl());
+
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);
 };