From 448a37e6bccc3b7a792fe694c5e31586de82f971 Mon Sep 17 00:00:00 2001 From: Krzysztof Starecki Date: Thu, 14 Feb 2019 16:30:18 +0100 Subject: Fix mod context menu rendering issue --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index e919ed2c..6e2f247d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -281,7 +281,7 @@ private: bool createBackup(const QString &filePath, const QDateTime &time); QString queryRestore(const QString &filePath); - QMenu *modListContextMenu(); + QMenu *modListContextMenu(QWidget *parent); void addModSendToContextMenu(QMenu *menu); void addPluginSendToContextMenu(QMenu *menu); -- cgit v1.3.1