deepin-movie/modify-QPainterPath-error.patch
2022-02-07 17:56:53 +08:00

12 lines
398 B
Diff

diff --color -Naur a/src/widgets/tip.cpp b/src/widgets/tip.cpp
--- a/src/widgets/tip.cpp 2022-02-07 16:53:24.830095286 +0800
+++ b/src/widgets/tip.cpp 2022-02-07 16:53:58.998123545 +0800
@@ -33,6 +33,7 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QPainter>
+#include <QPainterPath>
#include <QGraphicsDropShadowEffect>
#include <QPropertyAnimation>
#include <QGraphicsOpacityEffect>