]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Remove (old) LADSPA related code.
[kdenlive] / src / kdenlivedoc.h
index 958c59cf505611dc1a79220f5a440f2b627e4c31..17bbf9723991ed705de3ccd546fee82789e08427 100644 (file)
@@ -143,7 +143,6 @@ Q_OBJECT public:
 
     void cachePixmap(const QString &fileId, const QPixmap &pix) const;
     void setProjectFolder(KUrl url);
-    QString getLadspaFile() const;
     void setZone(int start, int end);
     QPoint zone() const;
     int setSceneList();
@@ -163,6 +162,8 @@ Q_OBJECT public:
     static double getDisplayRatio(const QString &path);
     /** @brief Backup the project file */
     void backupLastSavedVersion(const QString &path);
+    /** @brief True if the document was opened in read only mode. */
+    bool isReadOnly() const;
     
 private:
     KUrl m_url;