From 430d245bb94c634047e7b65232eb3e50e2b6e49a Mon Sep 17 00:00:00 2001
From: Zhao Yuhang <2546789017@qq.com>
Date: 摹曛, 21 12月 2023 22:00:37 +0800
Subject: [PATCH] add more attrib

---
 src/stylesupport/styleagent_linux.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/stylesupport/styleagent_linux.cpp b/src/stylesupport/styleagent_linux.cpp
index b5a6064..3c83589 100644
--- a/src/stylesupport/styleagent_linux.cpp
+++ b/src/stylesupport/styleagent_linux.cpp
@@ -7,9 +7,13 @@
     void StyleAgentPrivate::setupSystemThemeHook() {
     }
 
+    void StyleAgentPrivate::removeSystemThemeHook() {
+    }
+
     bool StyleAgentPrivate::updateWindowAttribute(QWindow *window, const QString &key,
                                                   const QVariant &attribute,
                                                   const QVariant &oldAttribute) {
+        Q_UNUSED(oldAttribute)
         return false;
     }
 

--
Gitblit v1.9.1