]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Start of the new document checker (check for missing clips,...) not fully functionnal yet
[kdenlive] / src / kdenlivedoc.h
index 0bf427f4f80402c04ea6051261a30da62162fe07..01f103d58f4d640ea6c054a0350a673e5b34f105 100644 (file)
@@ -62,8 +62,6 @@ Q_OBJECT public:
     //void setRenderer(Render *render);
     QUndoStack *commandStack();
     QString producerName(const QString &id);
-    void setProducerDuration(const QString &id, int duration);
-    int getProducerDuration(const QString &id);
     Render *renderer();
     QDomDocument m_guidesXml;
     QDomElement guidesXml() const;
@@ -119,7 +117,6 @@ Q_OBJECT public:
 private:
     KUrl m_url;
     QDomDocument m_document;
-    QString m_projectName;
     double m_fps;
     int m_zoom;
     /** Cursor position at document opening */
@@ -152,6 +149,7 @@ private:
     void setNewClipResource(const QString &id, const QString &path);
     QString searchFileRecursively(const QDir &dir, const QString &matchSize, const QString &matchHash) const;
     void moveProjectData(KUrl url);
+    void checkDocumentClips();
 
 public slots:
     void slotCreateTextClip(QString group, const QString &groupId);