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/list_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/list_item.h') diff --git a/src/list_item.h b/src/list_item.h index 22debe7..0edeb8a 100644 --- a/src/list_item.h +++ b/src/list_item.h @@ -14,7 +14,7 @@ public: StatusListItem(const QString &text, StatusType status_type, bool has_attachement, Archive* data_archive, QListWidget *parent = nullptr, int index = 0); int get_status_index(); StatusType get_status_type(); - APActivity* get_activity(); + APActivityPtr get_activity(); const QString get_info_html(int text_zone_width, QLocale* locale); private: -- cgit v1.2.3-54-g00ecf