]> 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 5c4272399f10995e9a60dc59d519ebc3ec83c0ee..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;
@@ -220,7 +222,7 @@ public slots:
     /** @brief Sets the document as modified or up to date.
      * @param mod (optional) true if the document has to be saved */
     void setModified(bool mod = true);
-    void checkProjectClips(bool displayRatioChanged = false);
+    void checkProjectClips(bool displayRatioChanged = false, bool fpsChanged = false);
 
 private slots:
     void slotAutoSave();