]> git.sesse.net Git - kdenlive/blobdiff - src/histogram.h
Histogram changes:
[kdenlive] / src / histogram.h
index 554f9401953319b1353d9c5a6f25db916d72c4ea..6272e5b2bf3d728ad01e45df6417fdcf78f079a6 100644 (file)
@@ -31,6 +31,9 @@ protected:
 private:
     HistogramGenerator *m_histogramGenerator;
     QAction *m_aUnscaled;
+    QAction *m_aRec601;
+    QAction *m_aRec709;
+    QActionGroup *m_agRec;
 
     QRect scopeRect();
     bool isHUDDependingOnInput() const;