]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Try to fix audio mixing bug ( http://www.kdenlive.org:80/mantis/view.php?id=228 )
[kdenlive] / src / kdenlivedoc.h
index 5a9d3990a3f934ae039f58b17dacbb0f02e28df4..ce1ffafd401f465505293ec085c324e13aa95f8e 100644 (file)
@@ -66,7 +66,8 @@ Q_OBJECT public:
     QDomElement m_guidesXml;
     QDomElement guidesXml() const;
     ClipManager *clipManager();
-    void addClip(const QDomElement &elem, const QString &clipId);
+    void addClip(QDomElement elem, QString clipId, bool createClipItem = true);
+    void addClipInfo(QDomElement elem, QString clipId);
     void addFolder(const QString foldername, const QString &clipId, bool edit);
     void deleteFolder(const QString foldername, const QString &clipId);
     void slotAddClipFile(const KUrl url, const QString group, const QString &groupId = QString());
@@ -104,6 +105,7 @@ Q_OBJECT public:
     int zoom() const;
     const double dar();
     double projectDuration() const;
+    void saveSceneList(const QString &path, QDomDocument sceneList);
 
 private:
     KUrl m_url;