From 027122452a25191b81fef8fe35f5b54768d435f2 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周六, 02 12月 2023 01:54:24 +0800 Subject: [PATCH] Add windows 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