From 0640f7a902a3489332627ce93aa61c0dc25087b1 Mon Sep 17 00:00:00 2001 From: SineStriker <trueful@163.com> Date: 周五, 01 12月 2023 19:41:15 +0800 Subject: [PATCH] Add style support --- src/core/corewindowagent.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/core/corewindowagent.h b/src/core/corewindowagent.h index 56c9b99..831f8e1 100644 --- a/src/core/corewindowagent.h +++ b/src/core/corewindowagent.h @@ -24,6 +24,7 @@ Close, NumSystemButton, }; + Q_ENUM(SystemButton) public Q_SLOTS: void showSystemMenu(const QPoint &pos); -- Gitblit v1.9.1