From 5c471560256776f17f1e3d5c377c7d3e9fdcc0f1 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <zhaoyuhang@rankyee.com> Date: 周一, 11 12月 2023 18:09:55 +0800 Subject: [PATCH] WIP: prepare border painter --- 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