freebsd-ports/irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp
Adriaan de Groot a0979e6899 irc/kvirc: update to latest commit
There's a handful of bugfixes and compatibility improvements
in the not-otherwise-released 5.0 (main) branch of kvirc.
Update anyway, since at least one is a crash fix.

Chris proposed an update to -85, but I looked at the rest
of the newer commits and concluded they would be useful too.
So some of this is Chris's work, some is my own.

PR:		267956
2023-01-05 21:49:06 +01:00

10 lines
308 B
C++

--- src/modules/iograph/libkviiograph.cpp.orig 2020-05-18 14:33:26 UTC
+++ src/modules/iograph/libkviiograph.cpp
@@ -38,1 +38,1 @@
#include <QPainter>
#include <QPaintEvent>
+#include <QPainterPath>
#ifdef COMPILE_PSEUDO_TRANSPARENCY
extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground;