From 503d6461cde51aefeea73fc956264cbc815e9c14 Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周三, 20 12月 2023 19:44:59 +0800 Subject: [PATCH] minor tweaks --- src/core/windowagentbase.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/core/windowagentbase.h b/src/core/windowagentbase.h index d5b02fa..c252b9b 100644 --- a/src/core/windowagentbase.h +++ b/src/core/windowagentbase.h @@ -31,6 +31,9 @@ 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