diff options
author | afhpayne <github@komputermatrix.com> | 2022-05-07 13:03:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:54 +0700 |
commit | ffb335dc585cbca48e1e15b8927f8f814b649395 (patch) | |
tree | fc495850e429b8017743e11806dbe3008d307fe8 /office/ghostwriter/fix-build-with-qt5.15.patch | |
parent | 3b2d82b0d4555a6736cd6d6ba30c4dc25703c016 (diff) |
office/ghostwriter: Updated for version 2.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/ghostwriter/fix-build-with-qt5.15.patch')
-rw-r--r-- | office/ghostwriter/fix-build-with-qt5.15.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/office/ghostwriter/fix-build-with-qt5.15.patch b/office/ghostwriter/fix-build-with-qt5.15.patch deleted file mode 100644 index 358e8bd21c..0000000000 --- a/office/ghostwriter/fix-build-with-qt5.15.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit ecad6c28195e535ae8ea8a29a91fa14f5e39faa9 -Author: Andrzej Telszewski <andrzej@telszewski.com> -Date: Wed Apr 7 22:55:57 2021 +0200 - - Fix build error with Qt 5.15 - - Shamelessly based on upstream patch: - https://github.com/wereturtle/ghostwriter/commit/f8f4ec0a1b53d1f3e670817f051c59444851cf7f - -diff --git a/src/MarkdownEditor.cpp b/src/MarkdownEditor.cpp -index 2e4a9a1..45fc3e4 100644 ---- a/src/MarkdownEditor.cpp -+++ b/src/MarkdownEditor.cpp -@@ -34,6 +34,7 @@ - #include <QUrl> - #include <QPixmap> - #include <QPainter> -+#include <QPainterPath> - #include <QFileInfo> - #include <QDir> - |