From 2f6c83c095724bbba0f43b2f2893ba73c17949a6 Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周一, 11 12月 2023 21:57:40 +0800 Subject: [PATCH] add quick border --- 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