editors/neovim-qt: prepare for Qt5-5.15

This commit is contained in:
Tobias C. Berner 2020-05-21 10:08:32 +00:00
parent 26312a5e4c
commit 7c76a74893
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536100

View File

@ -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"