https://bugs.kde.org/show_bug.cgi?id=431951
--- Comment #54 from griffiths_a...@icloud.com --- Checking now.. BTW, I had to apply this change a while ago to get a working compile. Seems like a missing include. diff --git a/core/tests/video/qtavcodecs.cpp b/core/tests/video/qtavcodecs.cpp index 19b028de99..51d7ddcea0 100644 --- a/core/tests/video/qtavcodecs.cpp +++ b/core/tests/video/qtavcodecs.cpp @@ -22,6 +22,7 @@ * ============================================================ */ #include <QDebug> +#include <QPainterPath> // QtAv includes -- You are receiving this mail because: You are watching all bug changes.