summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-04-17 21:16:44 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-04-17 21:51:22 +0200
commitf2762035171f60fdd0b16052c07f67a0f79d60a8 (patch)
tree08cac174a87692239dade12dd388535216991ccd /src/mainwindow.h
parentb64fd1ed4d68fc64ac061b0f126af54cf7147462 (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.h4
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);