diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-05-09 10:53:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-05-09 10:53:32 +0200 |
commit | fdf05ba369b62b0c87217f2c2565e7054d4123b6 (patch) | |
tree | 7edffba2a96dbfb188e62f8c24daffbd8cb7d5a7 /src/mainview.h | |
parent | Number the favorites pages to "suggest" numeric shortcut for (diff) | |
download | rekonq-fdf05ba369b62b0c87217f2c2565e7054d4123b6.tar.xz |
Use of QSignalMapper for switchToTab() method in terms of code unification
Patch by Thomas Murach, thanks ;)
RB:101246
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index d01bb5b8..2ca3e9e7 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -151,7 +151,7 @@ public Q_SLOTS: void openLastClosedTab(); void openClosedTab(); - void switchToTab(); + void switchToTab(const int index); void loadFavorite(const int index); // WEB slot actions |