]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Use "None" string when no luma file is selected in a transition instead of empty...
[kdenlive] / src / kdenlivesettingsdialog.h
index fa513b7229e6c8bb0477ef7c85a1f2c705a69870..6ebf2becc18eb37874e163eacfbbc5818feb6f6f 100644 (file)
@@ -40,11 +40,12 @@ public:
     KdenliveSettingsDialog(QWidget * parent = 0);
     ~KdenliveSettingsDialog();
     void showPage(int page, int option);
+    void checkProfile();
 
-    bool hasChanged();
-    bool isDefault();
+protected slots:
     void updateSettings();
 
+
 private slots:
     void slotUpdateDisplay();
     void rebuildVideo4Commands();
@@ -56,6 +57,7 @@ private slots:
     void slotEditAudioApplication();
     void slotEditVideoApplication();
     void slotReadAudioDevices();
+    void slotUpdateRmdRegionStatus();
 
 private:
     KPageWidgetItem *page1;
@@ -76,12 +78,14 @@ private:
     QString m_defaultProfile;
     QString m_defaultPath;
     KProcess m_readProcess;
+    QString m_captureFolder;
     void initDevices();
-    uint m_audioDevice;
 
 signals:
     void customChanged();
     void doResetProfile();
+    void updatePreviewSettings();
+    void updateCaptureFolder();
 };