From f916057f79f045a975d29929b9f21448541d79b2 Mon Sep 17 00:00:00 2001
From: SineStriker <trueful@163.com>
Date: 周五, 05 1月 2024 17:41:45 +0800
Subject: [PATCH] Fix mac multiple window crash

---
 examples/mainwindow/main.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/examples/mainwindow/main.cpp b/examples/mainwindow/main.cpp
index b25a7a0..002360e 100644
--- a/examples/mainwindow/main.cpp
+++ b/examples/mainwindow/main.cpp
@@ -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
 
 #include <QtWidgets/QApplication>

--
Gitblit v1.9.1