From 995dc0b4d52e66adac84812dedf32785a65bce83 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周三, 20 12月 2023 21:36:48 +0800
Subject: [PATCH] Remove hot-switch

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

diff --git a/src/core/windowagentbase.h b/src/core/windowagentbase.h
index 2524829..d5b02fa 100644
--- a/src/core/windowagentbase.h
+++ b/src/core/windowagentbase.h
@@ -31,16 +31,10 @@
         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 centralize();
         void raise();
-
-    Q_SIGNALS:
-        void enabledChanged(bool enabled);
 
     protected:
         explicit WindowAgentBase(WindowAgentBasePrivate &d, QObject *parent = nullptr);

--
Gitblit v1.9.1