]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Fix rendering of documents that have a locale different than the system's locale
[kdenlive] / src / kdenlivesettingsdialog.h
index e305d8701a78d176f433b760fff7e8152870fd45..6334af20fd71f46d9223a28955c26dc62815936a 100644 (file)
@@ -71,6 +71,11 @@ private slots:
     void slotUpdateHDMIModes();
     void slotUpdatev4lDevice();
     void slotUpdatev4lCaptureProfile();
+    void slotManageEncodingProfile();
+    void slotUpdateDecklinkProfile(int ix = 0);
+    void slotUpdateProxyProfile(int ix = 0);
+    void slotUpdateV4lProfile(int ix = 0);
+    void slotEditVideo4LinuxProfile();
 
 private:
     KPageWidgetItem *m_page1;
@@ -101,6 +106,7 @@ private:
     void saveTranscodeProfiles();
     void loadCurrentV4lProfileInfo();
     void saveCurrentV4lProfile();
+    void loadEncodingProfiles();
 
 signals:
     void customChanged();