From 62d9c195f4fa77af10b4ace59b4c3353a31f417a Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 27 5月 2024 02:20:31 +0800 Subject: [PATCH] Fix mainwindow example --- src/widgets/qwkwidgetsglobal.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/widgets/qwkwidgetsglobal.h b/src/widgets/qwkwidgetsglobal.h index ccf4e64..5bca751 100644 --- a/src/widgets/qwkwidgetsglobal.h +++ b/src/widgets/qwkwidgetsglobal.h @@ -1,4 +1,5 @@ -// Copyright (C) 2023-2024 Stdware Collections +// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware) +// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao) // SPDX-License-Identifier: Apache-2.0 #ifndef QWKWIDGETSGLOBAL_H -- Gitblit v1.9.1