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/core/windowagentbase.h |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/core/windowagentbase.h b/src/core/windowagentbase.h
index c252b9b..d377ba8 100644
--- a/src/core/windowagentbase.h
+++ b/src/core/windowagentbase.h
@@ -28,14 +28,8 @@
         };
         Q_ENUM(SystemButton)
 
-        QVariant windowAttribute(const QString &key) const;
-        void setWindowAttribute(const QString &key, const QVariant &var);
-
-        bool isEnabled() const;
-        void setEnabled(bool enabled);
-
     public Q_SLOTS:
-        void showSystemMenu(const QPoint &pos);
+        void showSystemMenu(const QPoint &pos); // Only available on Windows now
         void centralize();
         void raise();
 

--
Gitblit v1.9.1