forked from Lainports/freebsd-ports
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
10 lines
308 B
C++
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;
|