25 lines
810 B
Diff
25 lines
810 B
Diff
From 61f05899fdcf418a718aa44d5b97c9b6f8b4e852 Mon Sep 17 00:00:00 2001
|
|
From: kylinsecos_admin <gitee@kylinos.com.cn>
|
|
Date: Mon, 24 Jan 2022 09:57:14 +0800
|
|
Subject: [PATCH] fix(build): fix incomplete type 'class QPainterPath' build
|
|
|
|
---
|
|
src/pages/wallpaper/widget/preview-label.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/pages/wallpaper/widget/preview-label.cpp b/src/pages/wallpaper/widget/preview-label.cpp
|
|
index c134997..566dec1 100644
|
|
--- a/src/pages/wallpaper/widget/preview-label.cpp
|
|
+++ b/src/pages/wallpaper/widget/preview-label.cpp
|
|
@@ -17,6 +17,7 @@
|
|
#include <math.h>
|
|
#include <QPainter>
|
|
#include <QVBoxLayout>
|
|
+#include <QPainterPath>
|
|
#include "../wallpaper-def.h"
|
|
|
|
PreviewLabel::PreviewLabel(int wallpaperType, QString imgPath, QWidget *parent) : QLabel(parent)
|
|
--
|
|
1.8.3.1
|
|
|