diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-14 16:30:18 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-14 16:30:18 +0100 |
| commit | 448a37e6bccc3b7a792fe694c5e31586de82f971 (patch) | |
| tree | af1caa1efa8bbf052e56de1eb528501d9dd41acd /src/mainwindow.h | |
| parent | a803baa900caa16e45578205d4f68ee2bfde5cc1 (diff) | |
Fix mod context menu rendering issue
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);
|
