diff options
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r-- | x11-themes/qtcurve/files/patch-qt5_style_qtcurve.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-themes/qtcurve/files/patch-qt5_style_qtcurve.h b/x11-themes/qtcurve/files/patch-qt5_style_qtcurve.h new file mode 100644 index 000000000000..b892052781e7 --- /dev/null +++ b/x11-themes/qtcurve/files/patch-qt5_style_qtcurve.h @@ -0,0 +1,10 @@ +--- qt5/style/qtcurve.h.orig 2020-05-21 12:41:50 UTC ++++ qt5/style/qtcurve.h +@@ -34,6 +34,7 @@ + #include <QStyleOption> + #include <QtGlobal> + #include <QCommonStyle> ++#include <QPainterPath> + #ifdef QTC_QT5_ENABLE_KDE + #include <KConfigCore/KSharedConfig> + #include <KConfigCore/KConfigGroup> |