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

This commit is contained in:
Jürgen Buchmüller 2020-09-01 17:59:47 +02:00
parent 420827fef5
commit 2827f3bf56
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
--- src/file_item.h 2019-07-08 08:40:03.000000000 +0200
+++ src/file_item.h 2020-09-01 17:57:09.549654988 +0200
@@ -28,6 +28,7 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QListWidgetItem>
+#include <QPainterPath>
#include <QWidget>
#include "dimagebutton.h"
--- src/waveform.cpp 2019-07-08 08:40:03.000000000 +0200
+++ src/waveform.cpp 2020-09-01 17:56:23.137652593 +0200
@@ -27,6 +27,7 @@
#include <QPaintEvent>
#include <QApplication>
#include <QPainter>
+#include <QPainterPath>
#include <QTime>
#include <QTimer>
#include <QWidget>