diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-05-21 07:11:41 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-05-21 07:11:41 +0000 |
commit | bacc5000c24b9b7d5bc809a1f89d01919052c5c7 (patch) | |
tree | 13e75edf46c04bdefe2e0bd49c1edf80f0f4931d /graphics/fraqtive/files/patch-src_shadewidget.cpp | |
parent | x11-toolkits/py-Pmw: Add USE_PYTHON=concurrent (diff) |
graphics/fraqtive: prepare for Qt5-5.15
Diffstat (limited to 'graphics/fraqtive/files/patch-src_shadewidget.cpp')
-rw-r--r-- | graphics/fraqtive/files/patch-src_shadewidget.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/fraqtive/files/patch-src_shadewidget.cpp b/graphics/fraqtive/files/patch-src_shadewidget.cpp new file mode 100644 index 000000000000..ce2865e36887 --- /dev/null +++ b/graphics/fraqtive/files/patch-src_shadewidget.cpp @@ -0,0 +1,10 @@ +--- src/shadewidget.cpp.orig 2020-05-21 07:06:17 UTC ++++ src/shadewidget.cpp +@@ -20,6 +20,7 @@ + + #include <QPainter> + #include <QPaintEvent> ++#include <QPainterPath> + #include <QToolTip> + + ShadeWidget::ShadeWidget( QWidget* parent ) : QWidget( parent ), |