From 641bece25fb2985f66490bda9186d794c1e2dc39 Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Mon, 13 May 2024 09:30:23 +0000 Subject: [PATCH] sync: from linuxdeepin/dtkwidget Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: https://github.com/linuxdeepin/dtkwidget/pull/572 --- src/widgets/private/dalertcontrol_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/private/dalertcontrol_p.h b/src/widgets/private/dalertcontrol_p.h index 5cf7c8d28..9d9370120 100644 --- a/src/widgets/private/dalertcontrol_p.h +++ b/src/widgets/private/dalertcontrol_p.h @@ -23,8 +23,8 @@ class DAlertControlPrivate : public DTK_CORE_NAMESPACE::DObjectPrivate bool isAlert = false; QPointer tooltip; QPointer frame; - QWidget *follower{nullptr}; - QWidget *target{nullptr}; + QPointer follower; + QPointer target; QColor alertColor; Qt::Alignment alignment{Qt::AlignLeft}; QTimer timer;