summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorKrzysztof Starecki <krzysztof.starecki@gmail.com>2019-02-14 16:30:18 +0100
committerKrzysztof Starecki <krzysztof.starecki@gmail.com>2019-02-14 16:30:18 +0100
commit448a37e6bccc3b7a792fe694c5e31586de82f971 (patch)
treeaf1caa1efa8bbf052e56de1eb528501d9dd41acd /src/mainwindow.h
parenta803baa900caa16e45578205d4f68ee2bfde5cc1 (diff)
Fix mod context menu rendering issue
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
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);