From 07bce5f257d30061475452ec9c2e06a132747b54 Mon Sep 17 00:00:00 2001 From: kat Date: Mon, 28 Oct 2024 11:58:15 -0400 Subject: [SharedCache] Fix UI causing BV leaks --- view/sharedcache/ui/dscwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/ui/dscwidget.h') diff --git a/view/sharedcache/ui/dscwidget.h b/view/sharedcache/ui/dscwidget.h index 0d5b9e0b..c4be969c 100644 --- a/view/sharedcache/ui/dscwidget.h +++ b/view/sharedcache/ui/dscwidget.h @@ -76,7 +76,7 @@ class DSCContentsModel : public QAbstractItemModel { Q_OBJECT BinaryViewRef m_bv; - SharedCacheAPI::SCRef m_cache; + Ref m_cache; DSCContentsModelItem *m_root; std::unordered_map m_dscItems; -- cgit v1.3.1