aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim-qt
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-05-21 10:08:32 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-05-21 10:08:32 +0000
commit7c76a748937493b8ae60399766152cc638fcb4c8 (patch)
treeb5438b34cbe65482104879e45e78b9661dc5e631 /editors/neovim-qt
parent26312a5e4c0fec217573113471186bd66739e57e (diff)
downloadports-7c76a748937493b8ae60399766152cc638fcb4c8.tar.gz
ports-7c76a748937493b8ae60399766152cc638fcb4c8.zip
editors/neovim-qt: prepare for Qt5-5.15
Notes
Notes: svn path=/head/; revision=536100
Diffstat (limited to 'editors/neovim-qt')
-rw-r--r--editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp b/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp
new file mode 100644
index 000000000000..85f888bb9fc5
--- /dev/null
+++ b/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp
@@ -0,0 +1,8 @@
+--- src/gui/shellwidget/shellwidget.cpp.orig 2020-05-21 10:04:36 UTC
++++ src/gui/shellwidget/shellwidget.cpp
+@@ -1,4 +1,5 @@
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPaintEvent>
+ #include <QDebug>
+ #include "shellwidget.h"