[vlc-devel] [PATCH 1/6] qt: fix missing header when compiling with Qt 5.15
Alexandre Janniaux
ajanni at videolabs.io
Thu May 28 18:08:52 CEST 2020
Hi,
Patchset lgtm except the typo in the commit message.
Thank you for fixing those warnings and build failure!
Regards,
--
Alexandre Janniaux
Videolabs
On Thu, May 28, 2020 at 02:41:52PM +0200, Pierre Lamot wrote:
> ---
> modules/gui/qt/dialogs/plugins/plugins.cpp | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/modules/gui/qt/dialogs/plugins/plugins.cpp b/modules/gui/qt/dialogs/plugins/plugins.cpp
> index b9385e41ae..fd1f46b541 100644
> --- a/modules/gui/qt/dialogs/plugins/plugins.cpp
> +++ b/modules/gui/qt/dialogs/plugins/plugins.cpp
> @@ -65,6 +65,7 @@
> #include <QSplitter>
> #include <QToolButton>
> #include <QStackedWidget>
> +#include <QPainterPath>
>
> //match the image source (width/height)
> #define SCORE_ICON_WIDTH_SCALE 4
> --
> 2.25.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list