diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-16 13:34:20 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-02-16 13:34:20 +0100 |
| commit | b1f91d28fb67dac1292cddc745397de7c927e232 (patch) | |
| tree | 1b8a9906b8d3035e7805508674369ae6904c12c2 /src/mainwindow.h | |
| parent | 55249ba3a6e2b4d51c259c0eff0c1d97ab6be614 (diff) | |
| parent | c19ba153376f5d8f4026a46701bb0f7c115c1651 (diff) | |
Merge branch 'Develop' into double-install-fix
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);
|
