From 995dc0b4d52e66adac84812dedf32785a65bce83 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 20 12月 2023 21:36:48 +0800 Subject: [PATCH] Remove hot-switch --- src/core/contexts/abstractwindowcontext_p.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/core/contexts/abstractwindowcontext_p.h b/src/core/contexts/abstractwindowcontext_p.h index ecd2323..e2a6c3f 100644 --- a/src/core/contexts/abstractwindowcontext_p.h +++ b/src/core/contexts/abstractwindowcontext_p.h @@ -74,7 +74,7 @@ void notifyWinIdChange(); protected: - virtual void winIdChanged(QWindow *oldWindow) = 0; + virtual void winIdChanged() = 0; protected: QObject *m_host{}; -- Gitblit v1.9.1