diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-15 17:27:12 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-15 17:34:44 +0100 |
| commit | 600b0786eb4c66cb14ae61bb86695d049e9fc169 (patch) | |
| tree | 5a00c168c0bbd3eb4773a1c90f7f4304ac5fc0f3 /src/mainwindow.h | |
| parent | 4d8920cec1f35e502c653e1b5725a49a4d321626 (diff) | |
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);
|
