From 142ba74acf020bb40fe5d8f1fcb2d1c789832116 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 31 Dec 2020 17:07:54 +0100 Subject: Use proper parent object in modlistviewactions. --- src/modlistviewactions.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/modlistviewactions.h') diff --git a/src/modlistviewactions.h b/src/modlistviewactions.h index 26efde47..135b3035 100644 --- a/src/modlistviewactions.h +++ b/src/modlistviewactions.h @@ -141,8 +141,11 @@ private: OrganizerCore& m_core; FilterList& m_filters; CategoryFactory& m_categories; - MainWindow* m_main; ModListView* m_view; + QWidget* m_parent; + + // hope to get rid of this some day + MainWindow* m_main; }; #endif -- cgit v1.3.1