]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Allow to display several clip properties, force clip properties can be applied withou...
[kdenlive] / src / mainwindow.h
index 1f3bcfb9ea88f22548aac38ffa9f545640285bfd..a637c40b07c001ae14e5eec3ef5991a634da6c98 100644 (file)
@@ -492,6 +492,12 @@ private slots:
     /** @brief Update the capture folder if user asked a change. */
     void slotUpdateCaptureFolder();
 
+    /** @brief Apply new properties to a clip */
+    void slotApplyNewClipProperties(const QString id, QMap <QString, QString> props, QMap <QString, QString> newprops, bool refresh, bool reload);
+
+    /** @brief Delete a clip from current project */
+    void slotDeleteClip(const QString &id);
+
     /** @brief Saves the widgets layout */
     void slotSaveLayout(QAction*);
     void slotLoadLayout(QAction*);