deepin-screenshot: fix build w/ qt5-5.15.0 (QPainterPath)

This commit is contained in:
Jürgen Buchmüller 2020-09-01 12:55:52 +02:00
parent 90579dacc6
commit 263dcfdb1d
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/widgets/shapeswidget.cpp 2019-07-08 07:43:20.000000000 +0200
+++ src/widgets/shapeswidget.cpp 2020-09-01 12:54:18.856717576 +0200
@@ -21,6 +21,7 @@
#include <QApplication>
#include <QPainter>
+#include <QPainterPath>
#include <QDebug>
#include "src/utils/calculaterect.h"