X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkdenlivesettingsdialog.h;h=24da04f82cb833658b9fa4125d47ab34e9ccb05d;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=d1e99ca70d8551ccb022a0f9d7fc1a71f669579d;hpb=05f4fad9a19434399f43ff76e06d1e1a5f74c0f6;p=kdenlive diff --git a/src/kdenlivesettingsdialog.h b/src/kdenlivesettingsdialog.h index d1e99ca7..24da04f8 100644 --- a/src/kdenlivesettingsdialog.h +++ b/src/kdenlivesettingsdialog.h @@ -21,8 +21,6 @@ #ifndef KDENLIVESETTINGSDIALOG_H #define KDENLIVESETTINGSDIALOG_H -#include - #include #include #include @@ -53,15 +51,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 +70,16 @@ 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(); + void slotReloadShuttleDevices(); private: KPageWidgetItem *m_page1; @@ -113,6 +111,7 @@ private: void loadCurrentV4lProfileInfo(); void saveCurrentV4lProfile(); void loadEncodingProfiles(); + void setupJogshuttleBtns(QString device); signals: void customChanged();