diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-02-15 23:00:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-15 23:00:07 +0100 |
| commit | 4b98a3f5b69aad5e5be47748407570c9c9b6c107 (patch) | |
| tree | 5a00c168c0bbd3eb4773a1c90f7f4304ac5fc0f3 /src/mainwindow.h | |
| parent | 4d8920cec1f35e502c653e1b5725a49a4d321626 (diff) | |
| parent | 600b0786eb4c66cb14ae61bb86695d049e9fc169 (diff) | |
Merge pull request #654 from przester/contextmenu-fix
Change mod list context menu to stack allocation
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 6e2f247d..0e39c613 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(QWidget *parent);
+ void initModListContextMenu(QMenu *menu);
void addModSendToContextMenu(QMenu *menu);
void addPluginSendToContextMenu(QMenu *menu);
|
