25 lines
622 B
Diff
25 lines
622 B
Diff
|
|
From 9f0ebf49ee3d7eeb01ab9e62bd47c48d30e5c810 Mon Sep 17 00:00:00 2001
|
||
|
|
From: leeffo <liweiganga@uniontech.com>
|
||
|
|
Date: Mon, 9 Oct 2023 16:36:38 +0800
|
||
|
|
Subject: [PATCH] feat: add QpainterPath include
|
||
|
|
|
||
|
|
---
|
||
|
|
src/session-widgets/buttonbox.cpp | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/src/session-widgets/buttonbox.cpp b/src/session-widgets/buttonbox.cpp
|
||
|
|
index aa8f20dc..ca903259 100644
|
||
|
|
--- a/src/session-widgets/buttonbox.cpp
|
||
|
|
+++ b/src/session-widgets/buttonbox.cpp
|
||
|
|
@@ -8,6 +8,7 @@
|
||
|
|
#include <DStyleOption>
|
||
|
|
|
||
|
|
#include <QPainter>
|
||
|
|
+#include <QPainterPath>
|
||
|
|
#include <QButtonGroup>
|
||
|
|
#include <QHBoxLayout>
|
||
|
|
|
||
|
|
--
|
||
|
|
2.20.1
|
||
|
|
|