blob: a7384f02a6d8ed21e1853ece1a318626b6bbe627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From 38b333b5ff9318ae136d719c5fdd4c790c294833 Mon Sep 17 00:00:00 2001
From: George Yunaev <gyunaev@ulduzsoft.com>
Date: Sun, 31 May 2020 13:36:14 -0700
Subject: [PATCH] Fixed compilation on Qt 5.15 - fixes #375
---
src/trayicon.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/trayicon.cpp b/src/trayicon.cpp
index 210c5da..72d80d2 100644
--- a/src/trayicon.cpp
+++ b/src/trayicon.cpp
@@ -3,6 +3,7 @@
#include <QPainter>
#include <QProcess>
#include <QMessageBox>
+#include <QPainterPath>
#include <QtNetwork/QNetworkSession>
#include "trayicon.h"
|