X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fscopes%2Fcolorscopes%2Fvectorscope.h;h=bc5845065565d3cdd32cbbbdf43d691719bf76fe;hb=8a6e4eb1dea318ecd1c0b313c28b764e89a524c4;hp=51166633a77a62023b990b56dbcd4567241fcf13;hpb=af0cdc3a2441996bb29f9c2d8b4ce0dd87a6fcb0;p=kdenlive diff --git a/src/scopes/colorscopes/vectorscope.h b/src/scopes/colorscopes/vectorscope.h index 51166633..bc584506 100644 --- a/src/scopes/colorscopes/vectorscope.h +++ b/src/scopes/colorscopes/vectorscope.h @@ -11,7 +11,6 @@ #ifndef VECTORSCOPE_H #define VECTORSCOPE_H -#include #include "ui_vectorscope_ui.h" #include "abstractgfxscopewidget.h" @@ -41,7 +40,7 @@ protected: ///// Implemented methods ///// QRect scopeRect(); QImage renderHUD(uint accelerationFactor); - QImage renderGfxScope(uint accelerationFactor, const QImage); + QImage renderGfxScope(uint accelerationFactor, const QImage &); QImage renderBackground(uint accelerationFactor); bool isHUDDependingOnInput() const; bool isScopeDependingOnInput() const;