diff options
| author | Arjun AK <[email protected]> | 2014-07-22 17:31:49 +0530 |
|---|---|---|
| committer | Arjun AK <[email protected]> | 2014-07-22 17:31:49 +0530 |
| commit | 9a6950657215f2195001795e21785d276fb20744 (patch) | |
| tree | 1fb1077b8e79dd2e59754fff6aa2f5f7c3f7c348 /src/dolphinrecenttabsmenu.h | |
| parent | 0f2f9fd5b8d105dea3da5b493358388fd883cb30 (diff) | |
make CTRL+SHIFT+T reopen last closed tab
BUG: 336818
FEATURE: 118994
Diffstat (limited to 'src/dolphinrecenttabsmenu.h')
| -rw-r--r-- | src/dolphinrecenttabsmenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinrecenttabsmenu.h b/src/dolphinrecenttabsmenu.h index 34d41530b..b5acc735e 100644 --- a/src/dolphinrecenttabsmenu.h +++ b/src/dolphinrecenttabsmenu.h @@ -35,9 +35,11 @@ public: public slots: void rememberClosedTab(const KUrl& primaryUrl, const KUrl& secondaryUrl); + void undoCloseTab(); signals: void restoreClosedTab(const KUrl& primaryUrl, const KUrl& secondaryUrl); + void closedTabsCountChanged(unsigned int count); private slots: void handleAction(QAction* action); |
