From 9e513416dc78bbc662b9745478cabaca8891777f Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 摹曛, 21 12月 2023 19:20:19 +0800
Subject: [PATCH] Add stylesupport

---
 src/core/windowagentbase.cpp |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/core/windowagentbase.cpp b/src/core/windowagentbase.cpp
index 819dfb2..72b1229 100644
--- a/src/core/windowagentbase.cpp
+++ b/src/core/windowagentbase.cpp
@@ -50,16 +50,6 @@
 
     WindowAgentBase::~WindowAgentBase() = default;
 
-    QVariant WindowAgentBase::windowAttribute(const QString &key) const {
-        Q_D(const WindowAgentBase);
-        return d->context->windowAttribute(key);
-    }
-
-    bool WindowAgentBase::setWindowAttribute(const QString &key, const QVariant &attribute) {
-        Q_D(WindowAgentBase);
-        return d->context->setWindowAttribute(key, attribute);
-    }
-
     void WindowAgentBase::showSystemMenu(const QPoint &pos) {
         Q_D(WindowAgentBase);
         d->context->showSystemMenu(pos);

--
Gitblit v1.9.1