X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fabstractmonitor.cpp;h=8593157ee21da72d8d5ab2d36599651897ae4627;hb=29ceabd2afc227e0fb8b586c567eeaf7921b542e;hp=eac998a99784ae16d177404a9011031ef7d0d1a5;hpb=ac8c99168f151e2f351043d13500741ce1ca8966;p=kdenlive diff --git a/src/abstractmonitor.cpp b/src/abstractmonitor.cpp index eac998a9..8593157e 100644 --- a/src/abstractmonitor.cpp +++ b/src/abstractmonitor.cpp @@ -173,7 +173,7 @@ VideoSurface::VideoSurface(QWidget* parent) : void VideoSurface::paintEvent(QPaintEvent *event) { - Q_UNUSED(event); + Q_UNUSED(event) //WARNING: This might trigger unnecessary refreshes from MLT's producer, but without this, // as soon as monitor is covered by a popup menu or another window, image is corrupted. emit refreshMonitor();