From 0d31eda795a5bbfd62f070b54f2409761a0eb87f Mon Sep 17 00:00:00 2001 From: SineStriker <trueful@163.com> Date: 周五, 01 12月 2023 18:22:00 +0800 Subject: [PATCH] Add small implementations --- 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