]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Ask to change profile if first clip does not match project profile:
[kdenlive] / src / mainwindow.h
index e7eec3a8c97ec1ced2d8d0fb949d7db1146f9e07..710ebc011bb2e37bcbdd7bb0fecccfd676725fb6 100644 (file)
@@ -321,6 +321,8 @@ private slots:
     void slotEditProfiles();
     void slotDetectAudioDriver();
     void slotEditProjectSettings();
+    /** @brief Change current document MLT profile. */
+    void slotUpdateProjectProfile(const QString &profile);
     void slotDisplayActionMessage(QAction *a);
 
     /** @brief Turns automatic splitting of audio and video on/off. */
@@ -472,9 +474,8 @@ private slots:
     void slotSwitchTitles();
 
     /** @brief Saves the widgets layout */
-    void slotSaveLayout(QString &layoutName);
+    void slotSaveLayout(QAction*);
     void slotLoadLayout(QAction*);
-    void slotDeleteLayout(QString &layoutName);
 
     /** @brief The monitor informs that it needs (or not) to have frames sent by the renderer. */
     void slotMonitorRequestRenderFrame(bool request);