]> git.sesse.net Git - kdenlive/blobdiff - src/headertrack.h
Fix bitrate broken when editing profile or making it a favorite:
[kdenlive] / src / headertrack.h
index 0fdf3a511a4efcba688219c9d788c8717b2849e8..aa20c3b8a1fbd42a6873f494532bd82c436b6388 100644 (file)
@@ -37,6 +37,8 @@ public:
     void setLock(bool lock);
     void adjustSize(int height);
     void setSelectedIndex(int ix);
+    /** @brief Update the track label to show if current track has effects or not.*/
+    void updateEffectLabel(QStringList effects);
 
 protected:
     virtual void mousePressEvent(QMouseEvent * event);
@@ -72,6 +74,7 @@ signals:
     void selectTrack(int);
     void configTrack(int);
     void addTrackInfo(const QDomElement, int);
+    void showTrackEffects(int);
 };
 
 #endif