]> git.sesse.net Git - kdenlive/blobdiff - src/renderwidget.h
* Vectorscope added
[kdenlive] / src / renderwidget.h
index 5014cde4d0c4229c94b6f4561ee63f67d466554e..367c6177653e031e6921f88282236a49dc6b4ba1 100644 (file)
@@ -113,6 +113,7 @@ public:
     QString getFreeScriptName(const QString &prefix = QString());
     bool startWaitingRenderJobs();
     void missingClips(bool hasMissing);
+    void enableAudio(bool enable);
 
 public slots:
     void slotExport(bool scriptExport, int zoneIn, int zoneOut, const QString &playlistPath, const QString &scriptPath);
@@ -122,6 +123,8 @@ private slots:
     void slotUpdateButtons();
     void refreshView();
     void refreshCategory();
+
+    /** @brief Updates available options when a new format has been selected. */
     void refreshParams();
     void slotSaveProfile();
     void slotEditProfile();