]> git.sesse.net Git - kdenlive/blobdiff - src/colorscopes/waveform.h
Color scopes now using the common abstract scope as well. --> Common functions, more...
[kdenlive] / src / colorscopes / waveform.h
similarity index 97%
rename from src/waveform.h
rename to src/colorscopes/waveform.h
index 45fde952003bb5c90f16cbd7676e58137545c070..f1d648ab62f9fb3bc420ff9e01b3962a2893e3cb 100644 (file)
@@ -47,7 +47,7 @@ private:
     /// Implemented methods ///
     QRect scopeRect();
     QImage renderHUD(uint);
-    QImage renderScope(uint, const QImage);
+    QImage renderGfxScope(uint, const QImage);
     QImage renderBackground(uint);
     bool isHUDDependingOnInput() const;
     bool isScopeDependingOnInput() const;