]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Add recursive search when opening a document with missing clip, heavily based on...
[kdenlive] / src / kdenlivedoc.h
index cae8843905b2345d27f30813815a5544fd9bcefc..ef918b48fb3d6a9e9399ab6157c391aad6bbd4ee 100644 (file)
@@ -123,6 +123,7 @@ private:
     MltVideoProfile m_profile;
     QString m_scenelist;
     QTimer *m_autoSaveTimer;
+    QString m_searchFolder;
     /** tells whether current doc has been changed since last save event */
     bool m_modified;
     /** Project folder, used to store project files (titles, effects,...) */
@@ -133,6 +134,7 @@ private:
     QDomDocument createEmptyDocument(const int videotracks, const int audiotracks);
     QString colorToString(const QColor& c);
     void checkProjectClips();
+    void setNewClipResource(const QString &id, const QString &path);
 
 public slots:
     void slotCreateTextClip(QString group, const QString &groupId);