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.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/core/windowagentbase.h b/src/core/windowagentbase.h index 6e684bd..d377ba8 100644 --- a/src/core/windowagentbase.h +++ b/src/core/windowagentbase.h @@ -28,9 +28,6 @@ }; Q_ENUM(SystemButton) - QVariant windowAttribute(const QString &key) const; - bool setWindowAttribute(const QString &key, const QVariant &attribute); - public Q_SLOTS: void showSystemMenu(const QPoint &pos); // Only available on Windows now void centralize(); -- Gitblit v1.9.1