aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Balló György2020-06-04 13:42:30 +0200
committerGravatar Alexey Sokolov2020-06-04 16:40:57 +0100
commit7f837a786b48497680f9c7462284366d310e52b4 (patch)
treebbb6ecc0a1d707449b424d8d2370e46e5aa002bb /src
parentCI: check file size when uploading nightly (diff)
downloadKVIrc-7f837a786b48497680f9c7462284366d310e52b4.tar.gz
KVIrc-7f837a786b48497680f9c7462284366d310e52b4.tar.bz2
KVIrc-7f837a786b48497680f9c7462284366d310e52b4.zip
Fix build with Qt 5.15+
Diffstat (limited to 'src')
-rw-r--r--src/modules/iograph/libkviiograph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/iograph/libkviiograph.cpp b/src/modules/iograph/libkviiograph.cpp
index 8e08bb427..265376231 100644
--- a/src/modules/iograph/libkviiograph.cpp
+++ b/src/modules/iograph/libkviiograph.cpp
@@ -35,6 +35,7 @@
#include <QPainter>
#include <QPaintEvent>
+#include <QPainterPath>
#ifdef COMPILE_PSEUDO_TRANSPARENCY
extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground;