diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-10-25 19:39:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:05 +0100 |
commit | 847153eead1f136dda86629994b1f32eeebb459c (patch) | |
tree | d30cba1d2a902bd65eb8878f160511999ed9e2ee /src/tabwindow/tabbar.h | |
parent | Fix focus handling on views (diff) | |
download | rekonq-847153eead1f136dda86629994b1f32eeebb459c.tar.xz |
Fix/add missing rekonq actions & shortcuts
Diffstat (limited to 'src/tabwindow/tabbar.h')
-rw-r--r-- | src/tabwindow/tabbar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tabwindow/tabbar.h b/src/tabwindow/tabbar.h index 3eaa4d81..64fed413 100644 --- a/src/tabwindow/tabbar.h +++ b/src/tabwindow/tabbar.h @@ -70,7 +70,7 @@ Q_SIGNALS: void closeOtherTabs(int); void reloadTab(int); void detachTab(int); - void restoreClosedTab(int); + void restoreLastClosedTab(); void tabLayoutChanged(); private Q_SLOTS: @@ -79,7 +79,6 @@ private Q_SLOTS: void closeOtherTabs(); void reloadTab(); void detachTab(); - void reopenLastClosedTab(); void pinTab(); void unpinTab(); |