]> git.sesse.net Git - kdenlive/blobdiff - src/archivewidget.h
slotDvdWizard: Use QPointer [krazy 30/37] by Mikko Rapeli
[kdenlive] / src / archivewidget.h
index 82fcf392ce4bfe650d656be461853bf469dee4db..bea13e5747c768d2b6fab96770b72d19a2c4de8f 100644 (file)
@@ -63,7 +63,7 @@ public:
 private slots:
     void slotCheckSpace();
     bool slotStartArchiving(bool firstPass = true);
-    void slotArchivingFinished(KJob *job = NULL);
+    void slotArchivingFinished(KJob *job = NULL, bool finished = false);
     void slotArchivingProgress(KJob *, qulonglong);
     virtual void done ( int r );
     bool closeAccepted();
@@ -78,6 +78,7 @@ private slots:
     void openArchiveForExtraction();
     void slotDisplayMessage(const QString &icon, const QString &text);
     void slotJobResult(bool success, const QString &text);
+    void slotProxyOnly(int onlyProxy);
 
 protected:
     virtual void closeEvent ( QCloseEvent * e );
@@ -107,6 +108,8 @@ private:
 
     /** @brief Generate tree widget subitems from a string list of urls. */
     void generateItems(QTreeWidgetItem *parentItem, QStringList items);
+    /** @brief Generate tree widget subitems from a map of clip ids / urls. */
+    void generateItems(QTreeWidgetItem *parentItem, QMap <QString, QString> items);
     /** @brief Replace urls in project file. */
     bool processProjectFile();