]> git.sesse.net Git - kdenlive/blobdiff - src/utils/resourcewidget.h
Asynchronous download for online resource widget (still some bugs)
[kdenlive] / src / utils / resourcewidget.h
index f4a19c158386ec17bfeb4a3eb80a12525db3d286..575f46101b372077900867cdac852a0afc61cfa2 100644 (file)
@@ -57,6 +57,8 @@ private slots:
     void slotGotMetaInfo(const QString info);
     void slotOpenLink(const QUrl &url);
     void slotLoadThumb(const QString url);
+    /** @brief A file download is finished */
+    void slotGotFile(KJob *job);
 
 private:
     QString m_folder;