From 4e59eadba3b0d4586a9122e6a825ea030a139c9a Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Wed, 20 Mar 2024 13:28:19 -0400 Subject: Use smart pointers with AP classes and Instance --- src/widgets/tab_actor_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/tab_actor_info.h') diff --git a/src/widgets/tab_actor_info.h b/src/widgets/tab_actor_info.h index c6a4b88..1ec9ca4 100644 --- a/src/widgets/tab_actor_info.h +++ b/src/widgets/tab_actor_info.h @@ -25,5 +25,5 @@ private: void paintEvent(QPaintEvent* event); - APActor* actor = nullptr; + APActorPtr actor; }; -- cgit v1.2.3-54-g00ecf