]> git.sesse.net Git - kdenlive/blobdiff - src/videoglwidget.cpp
const'ref.
[kdenlive] / src / videoglwidget.cpp
index c613feb03f1f3e27060484d31922b65050f9c107..617ef1917b41fc6aa86dcf804b4f2935364fa9ea 100644 (file)
@@ -129,7 +129,7 @@ void VideoGLWidget::paintGL()
     }
 }
 
-void VideoGLWidget::showImage(const QImage image)
+void VideoGLWidget::showImage(const QImage &image)
 {
     m_image_width = image.width();
     m_image_height = image.height();