]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Add project folder places entry to Kdenlive file dialogs:
[kdenlive] / src / kdenlivedoc.h
index e0648673cd0e665d31fd727875fe4a5a7afca2b1..7139dd9951e93a911fcd837c0cff53d1dd65c800 100644 (file)
@@ -129,7 +129,6 @@ Q_OBJECT public:
     void setZone(int start, int end);
     QPoint zone() const;
     int setSceneList();
-    void updatePreviewSettings();
     bool isTrackLocked(int ix) const;
     void setDocumentProperty(const QString &name, const QString &value);
     const QString getDocumentProperty(const QString &name) const;
@@ -177,6 +176,9 @@ private:
     *   @return True if effects were imported.  */
     bool saveCustomEffects(QDomNodeList customeffects);
 
+    /** @brief Updates the project folder location entry in the kdenlive file dialogs to point to the current project folder. */
+    void updateProjectFolderPlacesEntry();
+
 public slots:
     void slotCreateXmlClip(const QString &name, const QDomElement xml, QString group, const QString &groupId);
     void slotCreateColorClip(const QString &name, const QString &color, const QString &duration, QString group, const QString &groupId);