summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-02-14 16:39:05 +0100
committerGitHub <noreply@github.com>2019-02-14 16:39:05 +0100
commit280a32597f30f80e02ed3046b041663cb71603a2 (patch)
treeac0c5be575640d4cbeaeabb62885510477f93900 /src/mainwindow.h
parent749ceff04f24d7560497d8b5d3c62ea1b8e2563e (diff)
parent448a37e6bccc3b7a792fe694c5e31586de82f971 (diff)
Merge pull request #651 from przester/Develop
Fix mod context menu memleak (issue #379)
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);