diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 23:45:03 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:18 +0100 |
| commit | 73b4a590ca4403b0c07590f426f9b962c4c0ec6a (patch) | |
| tree | 6477f7acc37c15c692f9a6a13cf6daa9d38397c4 /src/modlistviewactions.h | |
| parent | 33860662c1cd5d39cf51d411870a84b9081c8427 (diff) | |
Use topLevelWidget() instead of custom parent in mod list actions.
Diffstat (limited to 'src/modlistviewactions.h')
| -rw-r--r-- | src/modlistviewactions.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modlistviewactions.h b/src/modlistviewactions.h index cb7cdbda..65f323d9 100644 --- a/src/modlistviewactions.h +++ b/src/modlistviewactions.h @@ -29,8 +29,7 @@ public: CategoryFactory& categoryFactory, ModListView* view, PluginListView* pluginView, - QObject* nxmReceiver, - QWidget* parent); + QObject* nxmReceiver); // install the mod from the given archive // |
