]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Looks like I finally got the profile switching work!
[kdenlive] / src / kdenlivedoc.h
index 738e3898d815255a1b68c05e1350425e67a64659..6d09167d00dc069d62cb632f7b57d4ba0397412c 100644 (file)
@@ -71,6 +71,9 @@ Q_OBJECT public:
     QString description() const;
     /** Returns the document format: PAL or NTSC */
     QString getDocumentStandard();
+    void setUrl(KUrl url);
+    QDomElement documentInfoXml();
+    void setProfilePath(QString path);
 
 private:
     KUrl m_url;
@@ -86,6 +89,8 @@ private:
     ClipManager *m_clipManager;
     MltVideoProfile m_profile;
     QString m_scenelist;
+    /** tells whether current doc has been changed since last save event */
+    bool m_modified;
 
 public slots: