diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-02-14 16:39:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-14 16:39:05 +0100 |
| commit | 280a32597f30f80e02ed3046b041663cb71603a2 (patch) | |
| tree | ac0c5be575640d4cbeaeabb62885510477f93900 /src/mainwindow.h | |
| parent | 749ceff04f24d7560497d8b5d3c62ea1b8e2563e (diff) | |
| parent | 448a37e6bccc3b7a792fe694c5e31586de82f971 (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.h | 2 |
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);
|
