]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Fix mem leak
[kdenlive] / src / kdenlivesettingsdialog.h
index d1e99ca70d8551ccb022a0f9d7fc1a71f669579d..f43a0b3fe27e5ec232f0393b27b16084429687fa 100644 (file)
@@ -53,15 +53,13 @@ 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();
@@ -74,14 +72,15 @@ private slots:
     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;