diff options
| author | Luca Beltrame <[email protected]> | 2014-07-22 15:58:03 +0200 |
|---|---|---|
| committer | Luca Beltrame <[email protected]> | 2014-07-22 15:58:03 +0200 |
| commit | de3e2ae40f626c1368dfd40bace54ef3e7815833 (patch) | |
| tree | e6ff8a7225929ae1002a5756110f228845d3f35b /src/dolphinrecenttabsmenu.h | |
| parent | 2b75a555caa81a992a289a13119dca5cce79d4cc (diff) | |
| parent | 9a6950657215f2195001795e21785d276fb20744 (diff) | |
Merge branch 'master' into frameworks
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); |
