diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 11:32:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 11:32:23 +0100 |
commit | b96d7a83dc5f25429b378fb4a4c3cf9399830491 (patch) | |
tree | 2f6f63bc305a15978994219076c5a9ec3aa5789b /src/tabwindow/tabwindow.h | |
parent | Krazy fixes, third shot (diff) | |
download | rekonq-b96d7a83dc5f25429b378fb4a4c3cf9399830491.tar.xz |
Restore rekonq 1.x shortcuts
ALT + #number to change tabs
CTRL + #number to load favorites
BUG: 312341
Diffstat (limited to 'src/tabwindow/tabwindow.h')
-rw-r--r-- | src/tabwindow/tabwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabwindow/tabwindow.h b/src/tabwindow/tabwindow.h index 018ad0e7..c3df016c 100644 --- a/src/tabwindow/tabwindow.h +++ b/src/tabwindow/tabwindow.h @@ -114,6 +114,8 @@ private Q_SLOTS: void setFullScreen(bool); + void loadFavorite(const int); + private: // the new tab button QToolButton *_addTabButton; |