56 lines
1.5 KiB
Diff
56 lines
1.5 KiB
Diff
From d9dc317b68246c3361c3f740c061f1103c0910c7 Mon Sep 17 00:00:00 2001
|
|
From: tanyulong2021 <tanyulong@kylinos.cn>
|
|
Date: Thu, 10 Feb 2022 16:51:36 +0800
|
|
Subject: [PATCH] add header file
|
|
|
|
---
|
|
src/comboxwidget.cpp | 1 +
|
|
src/dropdownbox.cpp | 1 +
|
|
src/timeshowwidget.cpp | 1 +
|
|
src/widget.cpp | 1 +
|
|
4 files changed, 4 insertions(+)
|
|
|
|
diff --git a/src/comboxwidget.cpp b/src/comboxwidget.cpp
|
|
index 98dd60b..b1e0a43 100755
|
|
--- a/src/comboxwidget.cpp
|
|
+++ b/src/comboxwidget.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include "comboxwidget.h"
|
|
+#include <QPainterPath>
|
|
|
|
comBoxWidget::comBoxWidget(QWidget *parent) : QWidget(parent)
|
|
{
|
|
diff --git a/src/dropdownbox.cpp b/src/dropdownbox.cpp
|
|
index 4965f3d..32abf24 100755
|
|
--- a/src/dropdownbox.cpp
|
|
+++ b/src/dropdownbox.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include "dropdownbox.h"
|
|
+#include <QPainterPath>
|
|
|
|
dateSelectionWidget::dateSelectionWidget(QString week, QWidget *parent) : QWidget(parent)
|
|
{
|
|
diff --git a/src/timeshowwidget.cpp b/src/timeshowwidget.cpp
|
|
index 0b740e5..47ec861 100755
|
|
--- a/src/timeshowwidget.cpp
|
|
+++ b/src/timeshowwidget.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include "timeshowwidget.h"
|
|
+#include <QPainterPath>
|
|
|
|
BlankShadowWidget::BlankShadowWidget(QWidget *parent) : QWidget(parent)
|
|
{
|
|
diff --git a/src/widget.cpp b/src/widget.cpp
|
|
index bf984da..0e1344a 100755
|
|
--- a/src/widget.cpp
|
|
+++ b/src/widget.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include "widget.h"
|
|
+#include <QPainterPath>
|
|
|
|
/* 上方Menu界面 */
|
|
menuBarWidget::menuBarWidget(QWidget *parent) : QWidget(parent)
|
|
--
|
|
2.33.0
|
|
|