]> git.sesse.net Git - kdenlive/blobdiff - src/colorscopes/histogram.h
Color scopes now using the common abstract scope as well. --> Common functions, more...
[kdenlive] / src / colorscopes / histogram.h
similarity index 95%
rename from src/histogram.h
rename to src/colorscopes/histogram.h
index 7796899e49c08c0ac8d772d6761b10f187c28b78..81849a36699492ad348cb2820fded164336edb78 100644 (file)
@@ -40,7 +40,7 @@ private:
     bool isScopeDependingOnInput() const;
     bool isBackgroundDependingOnInput() const;
     QImage renderHUD(uint accelerationFactor);
-    QImage renderScope(uint accelerationFactor, const QImage);
+    QImage renderGfxScope(uint accelerationFactor, const QImage);
     QImage renderBackground(uint accelerationFactor);
     Ui::Histogram_UI *ui;