diff options
Diffstat (limited to 'editors/ghostwriter/files/patch-src_MarkdownEditor.cpp')
-rw-r--r-- | editors/ghostwriter/files/patch-src_MarkdownEditor.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/ghostwriter/files/patch-src_MarkdownEditor.cpp b/editors/ghostwriter/files/patch-src_MarkdownEditor.cpp new file mode 100644 index 000000000000..89c3e7114850 --- /dev/null +++ b/editors/ghostwriter/files/patch-src_MarkdownEditor.cpp @@ -0,0 +1,10 @@ +--- src/MarkdownEditor.cpp.orig 2020-05-21 07:40:36 UTC ++++ src/MarkdownEditor.cpp +@@ -34,6 +34,7 @@ + #include <QUrl> + #include <QPixmap> + #include <QPainter> ++#include <QPainterPath> + #include <QFileInfo> + #include <QDir> + |