diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-04-17 21:16:44 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-04-17 21:51:22 +0200 |
| commit | f2762035171f60fdd0b16052c07f67a0f79d60a8 (patch) | |
| tree | 08cac174a87692239dade12dd388535216991ccd /src/mainwindow.h | |
| parent | b64fd1ed4d68fc64ac061b0f126af54cf7147462 (diff) | |
Changed mod Information dialog "Next" and "Previous" buttons to remember the currently viewed tab.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 3d093131..b06da353 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -474,8 +474,8 @@ private slots: void deselectFilters();
void displayModInformation(const QString &modName, int tab);
- void modOpenNext();
- void modOpenPrev();
+ void modOpenNext(int tab=-1);
+ void modOpenPrev(int tab=-1);
void modRenamed(const QString &oldName, const QString &newName);
void modRemoved(const QString &fileName);
|
