]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Some progress on archiving feature
[kdenlive] / src / kdenlivedoc.h
index f38051a814c855c4760966ffc6bf430760542bf4..1e06519340c4e06a71490e95f150fd01eb69275b 100644 (file)
@@ -112,6 +112,9 @@ Q_OBJECT public:
     QPoint zoom() const;
     double dar() const;
     double projectDuration() const;
+    /** @brief Returns the project file xml. */
+    QDomDocument xmlSceneList(const QString &scene, const QStringList expandedFolders);
+    /** @brief Saves the project file xml to a file. */
     bool saveSceneList(const QString &path, const QString &scene, const QStringList expandedFolders);
     int tracksCount() const;
     TrackInfo trackInfoAt(int ix) const;