From e05edc38702f1f1ab2e4e581f421891245efe8b8 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周日, 17 12月 2023 00:30:30 +0800 Subject: [PATCH] Remove redundant file --- src/widgets/widgetwindowagent_p.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/widgets/widgetwindowagent_p.h b/src/widgets/widgetwindowagent_p.h index d433064..8fee638 100644 --- a/src/widgets/widgetwindowagent_p.h +++ b/src/widgets/widgetwindowagent_p.h @@ -16,8 +16,12 @@ // Host QWidget *hostWidget{}; + +#ifdef Q_OS_WINDOWS + void setupWindows10BorderWorkaround(); +#endif }; } -#endif // WIDGETWINDOWAGENTPRIVATE_H \ No newline at end of file +#endif // WIDGETWINDOWAGENTPRIVATE_H -- Gitblit v1.9.1