otter-browser: fix for qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
d8e3f880b8
commit
fd1e46d984
1 changed files with 20 additions and 0 deletions
20
srcpkgs/otter-browser/patches/qt5-5.15.0.patch
Normal file
20
srcpkgs/otter-browser/patches/qt5-5.15.0.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- src/modules/windows/web/StartPageWidget.cpp 2019-01-01 17:59:01.000000000 +0100
|
||||
+++ src/modules/windows/web/StartPageWidget.cpp 2020-08-22 13:15:00.552021858 +0200
|
||||
@@ -41,6 +41,7 @@
|
||||
#include <QtGui/QGuiApplication>
|
||||
#include <QtGui/QMouseEvent>
|
||||
#include <QtGui/QPainter>
|
||||
+#include <QtGui/QPainterPath>
|
||||
#include <QtGui/QPixmapCache>
|
||||
#include <QtWidgets/QDesktopWidget>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
--- src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp 2019-01-01 17:59:01.000000000 +0100
|
||||
+++ src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp 2020-08-22 13:15:12.320021389 +0200
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <QtGui/QMouseEvent>
|
||||
#include <QtGui/QPainter>
|
||||
+#include <QtGui/QPainterPath>
|
||||
|
||||
namespace Otter
|
||||
{
|
Loading…
Reference in a new issue