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

This commit is contained in:
Jürgen Buchmüller 2020-08-31 20:51:30 +02:00
parent 8a767e220e
commit 6089ec769e

View file

@ -0,0 +1,10 @@
--- src/trayicon.cpp 2020-04-29 13:40:12.000000000 +0200
+++ src/trayicon.cpp 2020-08-31 20:47:56.018726289 +0200
@@ -1,6 +1,7 @@
#include <QMenu>
#include <QTimer>
#include <QPainter>
+#include <QPainterPath>
#include <QProcess>
#include <QMessageBox>
#include <QtNetwork/QNetworkSession>