Add missing QPainterPath include

This is needed to compile with Qt 5.15.
This commit is contained in:
Andrew Chow
2020-05-28 14:56:47 -04:00
committed by Michel van Kessel
parent e12fd35094
commit 3b2c73113e

View File

@@ -6,6 +6,7 @@
#include "clientmodel.h"
#include <QPainter>
#include <QPainterPath>
#include <QColor>
#include <QTimer>