summaryrefslogtreecommitdiff
path: root/src/modlistviewactions.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 17:07:54 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:18 +0100
commit142ba74acf020bb40fe5d8f1fcb2d1c789832116 (patch)
tree1cafdc1679d3b17e4ba5124fb5502a6a117e190d /src/modlistviewactions.h
parentf4fff85d6de679172b0fe69dc28f8314cfc634fb (diff)
Use proper parent object in modlistviewactions.
Diffstat (limited to 'src/modlistviewactions.h')
-rw-r--r--src/modlistviewactions.h5
1 files changed, 4 insertions, 1 deletions
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