]> git.sesse.net Git - kdenlive/blobdiff - src/scopes/colorscopes/waveform.h
fix invalid action warning
[kdenlive] / src / scopes / colorscopes / waveform.h
index 2455f81731e6f5573e1d12747456e604aa190686..9e7d8405a60ddf107aaaa57111825ce856134f9b 100644 (file)
@@ -27,10 +27,10 @@ class Waveform : public AbstractGfxScopeWidget {
     Q_OBJECT
 
 public:
-    Waveform(QWidget *parent = 0);
+    explicit Waveform(QWidget *parent = 0);
     ~Waveform();
 
-    virtual QString widgetName() const;
+    QString widgetName() const;
 
 protected:
     virtual void readConfig();
@@ -52,7 +52,7 @@ private:
     /// Implemented methods ///
     QRect scopeRect();
     QImage renderHUD(uint);
-    QImage renderGfxScope(uint, const QImage);
+    QImage renderGfxScope(uint, const QImage &);
     QImage renderBackground(uint);
     bool isHUDDependingOnInput() const;
     bool isScopeDependingOnInput() const;