Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP5
qtcurve
0001-Fix-build-with-Qt-5.15-missing-QPainterPat...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-build-with-Qt-5.15-missing-QPainterPath-include.patch of Package qtcurve
From 44e2a35ebb164dcab0bad1a9158b1219a3ff6504 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner <asturm@gentoo.org> Date: Sun, 31 May 2020 23:33:30 +0200 Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include) --- qt5/style/qtcurve.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt5/style/qtcurve.h b/qt5/style/qtcurve.h index 9a50db00..00072d4e 100644 --- a/qt5/style/qtcurve.h +++ b/qt5/style/qtcurve.h @@ -31,6 +31,8 @@ #include <QCache> #include <QColor> #include <QFont> +#include <QPainter> +#include <QPainterPath> #include <QStyleOption> #include <QtGlobal> #include <QCommonStyle> -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor