]> git.sesse.net Git - kdenlive/blobdiff - src/scopes/scopemanager.h
Const'ref
[kdenlive] / src / scopes / scopemanager.h
index 79b45e1eb33954a5b95017959a562f063f9572b5..31f7584eb2098b2c518cbf5b98586e83a1c7ceb6 100644 (file)
@@ -115,12 +115,12 @@ private slots:
       */
     
     void slotCheckActiveScopes();
-    void slotDistributeFrame(QImage image);
-    void slotDistributeAudio(QVector<int16_t> sampleData, int freq, int num_channels, int num_samples);
+    void slotDistributeFrame(const QImage &image);
+    void slotDistributeAudio(const QVector<int16_t> &sampleData, int freq, int num_channels, int num_samples);
     /**
       Allows a scope to explicitly request a new frame, even if the scope's autoRefresh is disabled.
       */
-    void slotRequestFrame(const QString widgetName);
+    void slotRequestFrame(const QString &widgetName);
 
 
 };