You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
835 B
28 lines
835 B
From 85aa32db726559743d08d2fcafbb90fc923c43ff Mon Sep 17 00:00:00 2001
|
|
From: Pierre Lamot <pierre@videolabs.io>
|
|
Date: Wed, 27 May 2020 11:05:53 +0200
|
|
Subject: [PATCH 1/1] qt: fix missing header when compiling with Qt 5.15
|
|
|
|
Cherry-picked from commit 0e88143ed2fe8eedfa4d3afdafcd0df901644c1d.
|
|
|
|
Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
|
|
---
|
|
modules/gui/qt/dialogs/plugins.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules/gui/qt/dialogs/plugins.cpp b/modules/gui/qt/dialogs/plugins.cpp
|
|
index 93c92b9fa6..e05ec0594a 100644
|
|
--- a/modules/gui/qt/dialogs/plugins.cpp
|
|
+++ b/modules/gui/qt/dialogs/plugins.cpp
|
|
@@ -66,6 +66,7 @@
|
|
#include <QSplitter>
|
|
#include <QToolButton>
|
|
#include <QStackedWidget>
|
|
+#include <QPainterPath>
|
|
|
|
//match the image source (width/height)
|
|
#define SCORE_ICON_WIDTH_SCALE 4
|
|
--
|
|
2.20.1
|
|
|