X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fscopes%2Fcolorscopes%2Fvectorscope.h;h=bc5845065565d3cdd32cbbbdf43d691719bf76fe;hb=8a6e4eb1dea318ecd1c0b313c28b764e89a524c4;hp=adeba60ab5b2943da3efc1ea6aef7db02ff7d16d;hpb=a1f0a54b93ab364a37fd8242c1881c61d066ada7;p=kdenlive diff --git a/src/scopes/colorscopes/vectorscope.h b/src/scopes/colorscopes/vectorscope.h index adeba60a..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" @@ -32,7 +31,7 @@ class Vectorscope : public AbstractGfxScopeWidget { Q_OBJECT public: - Vectorscope(QWidget *parent = 0); + explicit Vectorscope(QWidget *parent = 0); ~Vectorscope(); QString widgetName() const; @@ -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;