aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim-qt
diff options
context:
space:
mode:
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"