summaryrefslogtreecommitdiff
path: root/src/modlistviewactions.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 23:45:03 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:18 +0100
commit73b4a590ca4403b0c07590f426f9b962c4c0ec6a (patch)
tree6477f7acc37c15c692f9a6a13cf6daa9d38397c4 /src/modlistviewactions.h
parent33860662c1cd5d39cf51d411870a84b9081c8427 (diff)
Use topLevelWidget() instead of custom parent in mod list actions.
Diffstat (limited to 'src/modlistviewactions.h')
-rw-r--r--src/modlistviewactions.h3
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
//