]> git.sesse.net Git - kdenlive/blobdiff - src/scopes/colorscopes/vectorscope.h
Fix includes
[kdenlive] / src / scopes / colorscopes / vectorscope.h
index 51166633a77a62023b990b56dbcd4567241fcf13..bc5845065565d3cdd32cbbbdf43d691719bf76fe 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef VECTORSCOPE_H
 #define VECTORSCOPE_H
 
-#include <QtCore>
 #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;