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 | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/core/windowagentbase.h b/src/core/windowagentbase.h index c252b9b..d5b02fa 100644 --- a/src/core/windowagentbase.h +++ b/src/core/windowagentbase.h @@ -31,9 +31,6 @@ 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(); -- Gitblit v1.9.1