konversation: fix build w/ qt5-5.15.0 (QPainterPath)

This commit is contained in:
Jürgen Buchmüller 2020-09-02 16:04:08 +02:00
parent 78f710eb3f
commit fce92aa79f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/viewer/viewtree.cpp 2018-06-27 00:22:38.000000000 +0200
+++ src/viewer/viewtree.cpp 2020-09-02 16:02:10.394756372 +0200
@@ -21,6 +21,7 @@
#include <QFontDatabase>
#include <QGuiApplication>
#include <QPainter>
+#include <QPainterPath>
#include <QItemSelectionModel>
#include <QStyleHints>
#include <QToolTip>