]> git.sesse.net Git - kdenlive/blobdiff - src/histogram.h
Allow importing of clips into project from command line:
[kdenlive] / src / histogram.h
index 554f9401953319b1353d9c5a6f25db916d72c4ea..af066a539395811589914c72809cf8c2a8f8af28 100644 (file)
@@ -31,13 +31,16 @@ protected:
 private:
     HistogramGenerator *m_histogramGenerator;
     QAction *m_aUnscaled;
+    QAction *m_aRec601;
+    QAction *m_aRec709;
+    QActionGroup *m_agRec;
 
     QRect scopeRect();
     bool isHUDDependingOnInput() const;
     bool isScopeDependingOnInput() const;
     bool isBackgroundDependingOnInput() const;
     QImage renderHUD(uint accelerationFactor);
-    QImage renderScope(uint accelerationFactor, QImage);
+    QImage renderScope(uint accelerationFactor, const QImage);
     QImage renderBackground(uint accelerationFactor);
     Ui::Histogram_UI *ui;