From c3c6647e7888b7dbe9d9d22fb77bf08104a3653c Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 11 12月 2023 02:14:32 +0800 Subject: [PATCH] refactor --- src/core/contexts/win32windowcontext_p.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/core/contexts/win32windowcontext_p.h b/src/core/contexts/win32windowcontext_p.h index 27b4e1f..758633f 100644 --- a/src/core/contexts/win32windowcontext_p.h +++ b/src/core/contexts/win32windowcontext_p.h @@ -21,6 +21,8 @@ TitleBar, }; + void showSystemMenu(const QPoint &pos) override; + protected: bool setupHost() override; -- Gitblit v1.9.1