summaryrefslogtreecommitdiff
path: root/community/trojita/trojita-0.7-QPainterPath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/trojita/trojita-0.7-QPainterPath.patch')
-rw-r--r--community/trojita/trojita-0.7-QPainterPath.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/trojita/trojita-0.7-QPainterPath.patch b/community/trojita/trojita-0.7-QPainterPath.patch
new file mode 100644
index 00000000..f588c2f2
--- /dev/null
+++ b/community/trojita/trojita-0.7-QPainterPath.patch
@@ -0,0 +1,11 @@
+diff -rauN trojita-0.7/src/Gui/Window.cpp trojita-0.7-QPainterPath-patch/src/Gui/Window.cpp
+--- trojita-0.7/src/Gui/Window.cpp 2016-06-15 09:17:23.000000000 +0200
++++ trojita-0.7-QPainterPath-patch/src/Gui/Window.cpp 2021-02-12 07:56:19.202926373 +0100
+@@ -45,6 +45,7 @@
+ #include <QToolTip>
+ #include <QUrl>
+ #include <QWheelEvent>
++#include <QPainterPath>
+
+ #include "configure.cmake.h"
+ #include "Common/Application.h"