Blob Blame History Raw
From bf5d40782e9a08095319f58f7072f1b25de2b45e Mon Sep 17 00:00:00 2001
From: wangyu <wangyu@uniontech.com>
Date: Wed, 16 Sep 2020 22:40:29 +0800
Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BA=86Qt5.15?=
 =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

修改了Qt5.15编译失败

Log: 修改了Qt5.15编译失败
---
 src/picker.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/picker.cpp b/src/picker.cpp
index eee0840..bad829b 100644
--- a/src/picker.cpp
+++ b/src/picker.cpp
@@ -37,6 +37,7 @@
 #include <QApplication>
 #include <QDesktopWidget>
 #include <QDebug>
+#include <QPainterPath>
 
 #include <dregionmonitor.h>
 #include <QDBusInterface>
-- 
2.26.2