]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Fix indent
[kdenlive] / src / kdenlivesettingsdialog.h
index 8c01c3fbb915f710a29cef91e29d928bb753c9c1..f00a32faa89d95f3e5853ac50a3154bdaf925732 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef KDENLIVESETTINGSDIALOG_H
 #define KDENLIVESETTINGSDIALOG_H
 
-#include <QDialog>
-
 #include <QMap>
 #include <KConfigDialog>
 #include <KProcess>
@@ -53,29 +51,34 @@ protected slots:
 
 private slots:
     void slotUpdateDisplay();
-#ifdef USE_JOGSHUTTLE
     void slotCheckShuttle(int state = 0);
     void slotUpdateShuttleDevice(int ix = 0);
-#endif
     void slotEditImageApplication();
     void slotEditAudioApplication();
     void slotEditVideoApplication();
     void slotReadAudioDevices();
-    void slotUpdateRmdRegionStatus();
+    void slotUpdateGrabRegionStatus();
     void slotCheckAlsaDriver();
     void slotAddTranscode();
     void slotDeleteTranscode();
+    /** @brief Update current transcoding profile. */
+    void slotUpdateTranscodingProfile();
+    /** @brief Enable / disable the update profile button. */
+    void slotEnableTranscodeUpdate();
+    /** @brief Update display of current transcoding profile parameters. */
+    void slotSetTranscodeProfile();
     void slotShuttleModified();
     void slotDialogModified();
     void slotEnableCaptureFolder();
-    void slotUpdateHDMIModes();
     void slotUpdatev4lDevice();
     void slotUpdatev4lCaptureProfile();
     void slotManageEncodingProfile();
     void slotUpdateDecklinkProfile(int ix = 0);
     void slotUpdateProxyProfile(int ix = 0);
     void slotUpdateV4lProfile(int ix = 0);
+    void slotUpdateGrabProfile(int ix = 0);
     void slotEditVideo4LinuxProfile();
+    void slotReloadBlackMagic();
 
 private:
     KPageWidgetItem *m_page1;