]> git.sesse.net Git - kdenlive/blobdiff - src/colorscopes/histogram.cpp
Color scopes now using the common abstract scope as well. --> Common functions, more...
[kdenlive] / src / colorscopes / histogram.cpp
similarity index 98%
rename from src/histogram.cpp
rename to src/colorscopes/histogram.cpp
index 4065b163346e9f211182fc6313fc7173c4d12cc5..d0042b6da68df67a9ae8a220bd4455461ca4f800 100644 (file)
@@ -109,7 +109,7 @@ QImage Histogram::renderHUD(uint)
     emit signalHUDRenderingFinished(0, 1);
     return QImage();
 }
-QImage Histogram::renderScope(uint accelFactor, const QImage qimage)
+QImage Histogram::renderGfxScope(uint accelFactor, const QImage qimage)
 {
     QTime start = QTime::currentTime();
     start.start();