diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 17:07:54 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:18 +0100 |
| commit | 142ba74acf020bb40fe5d8f1fcb2d1c789832116 (patch) | |
| tree | 1cafdc1679d3b17e4ba5124fb5502a6a117e190d /src/modlistviewactions.h | |
| parent | f4fff85d6de679172b0fe69dc28f8314cfc634fb (diff) | |
Use proper parent object in modlistviewactions.
Diffstat (limited to 'src/modlistviewactions.h')
| -rw-r--r-- | src/modlistviewactions.h | 5 |
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 |
