]> git.sesse.net Git - kdenlive/blobdiff - src/abstractscopewidget.h
Made AbstractAudioScope and AbstractGfxScope inherit from AbstractScope; Done for...
[kdenlive] / src / abstractscopewidget.h
index 0d5a597bdc5663966c6002bc35e7d1a6fdb81e51..9e28432af11938ffd625f231678ee403b10636dc 100644 (file)
@@ -155,7 +155,7 @@ protected:
     /** @brief Scope renderer. Must emit signalScopeRenderingFinished()
         when calculation has finished, to allow multi-threading.
         accelerationFactor hints how much faster than usual the calculation should be accomplished, if possible. */
-    virtual QImage renderScope(uint accelerationFactor, const QImage) = 0;
+    virtual QImage renderScope(uint accelerationFactor) = 0;
     /** @brief Background renderer. Must emit signalBackgroundRenderingFinished(). @see renderScope */
     virtual QImage renderBackground(uint accelerationFactor) = 0;
 
@@ -250,7 +250,7 @@ public slots:
       done in this abstract class. */
     void slotActiveMonitorChanged(bool isClipMonitor);
 
-private slots:
+protected slots:
     void customContextMenuRequested(const QPoint &pos);
     /** To be called when a new frame has been received.
       The scope then decides whether and when it wants to recalculate the scope, depending