]> git.sesse.net Git - kdenlive/blobdiff - src/videoglwidget.cpp
Replace roles into projectlistview. Turn const int into enum.
[kdenlive] / src / videoglwidget.cpp
index c613feb03f1f3e27060484d31922b65050f9c107..3da19948159ba2cb78ab9f571bfdb7e814c67f95 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();
@@ -194,3 +194,5 @@ void VideoGLWidget::mouseDoubleClickEvent(QMouseEvent * event)
     event->accept();
 }
 
+
+#include "videoglwidget.moc"