]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Required changes to make Kdenlive work with some locales that have a comma (,) as...
[kdenlive] / src / kdenlivedoc.h
index 958c59cf505611dc1a79220f5a440f2b627e4c31..0d1cd56934b7f7801b8e9a354534ebbff763f9e2 100644 (file)
@@ -163,6 +163,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;