From 2a1e707b1cf530b00a5c0f3766466f10bd617619 Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周三, 13 12月 2023 20:37:56 +0800 Subject: [PATCH] add WIP mac imp --- examples/shared/widgetframe/windowbar.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/shared/widgetframe/windowbar.h b/examples/shared/widgetframe/windowbar.h index e8ea69b..2a8fe01 100644 --- a/examples/shared/widgetframe/windowbar.h +++ b/examples/shared/widgetframe/windowbar.h @@ -62,7 +62,7 @@ protected: WindowBar(WindowBarPrivate &d, QWidget *parent = nullptr); - QScopedPointer<WindowBarPrivate> d_ptr; + const std::unique_ptr<WindowBarPrivate> d_ptr; }; } -- Gitblit v1.9.1