36 lines
948 B
Diff
36 lines
948 B
Diff
From 4a113e33e135b2f66bc93226abf6381837edf00a Mon Sep 17 00:00:00 2001
|
|
From: leeffo <leeffo@yeah.net>
|
|
Date: Fri, 6 Jan 2023 09:35:07 +0800
|
|
Subject: [PATCH] support QFont
|
|
|
|
---
|
|
plugins/kdecoration/chameleon.h | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
diff --git a/plugins/kdecoration/chameleon.h b/plugins/kdecoration/chameleon.h
|
|
index 6bfde0b..9da09cd 100644
|
|
--- a/plugins/kdecoration/chameleon.h
|
|
+++ b/plugins/kdecoration/chameleon.h
|
|
@@ -35,6 +35,18 @@
|
|
#include <QPainterPath>
|
|
#include <KWayland/Server/ddeshell_interface.h>
|
|
|
|
+//add
|
|
+#include <QtCore/QVariant>
|
|
+#include <QtWidgets/QApplication>
|
|
+#include <QtWidgets/QCheckBox>
|
|
+#include <QtWidgets/QFrame>
|
|
+#include <QtWidgets/QGridLayout>
|
|
+#include <QtWidgets/QLabel>
|
|
+#include <QtWidgets/QSpacerItem>
|
|
+#include <QtWidgets/QSpinBox>
|
|
+#include <QtWidgets/QWidget>
|
|
+//end
|
|
+
|
|
class Settings;
|
|
class ChameleonWindowTheme;
|
|
class Chameleon : public KDecoration2::Decoration
|
|
--
|
|
2.20.1
|
|
|