diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-10-17 14:04:09 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-10-17 14:04:09 +0200 |
commit | cd0f7e0a883472b3183320b43bab0e04c07d4aaf (patch) | |
tree | 3aa078d0c36f5d2cca566baa0b7c8c7a6f06791d /src/mainview.h | |
parent | Merge commit 'refs/merge-requests/1827' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-cd0f7e0a883472b3183320b43bab0e04c07d4aaf.tar.xz |
reintroduce and fix recently closed tab feature
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 4ba65e28..8c993a63 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -89,6 +89,8 @@ public: */ WebView *newWebView(bool focused = true, bool nearParent = false); + KUrl::List recentlyClosedTabs(); + signals: // tab widget signals void tabsChanged(); @@ -154,8 +156,10 @@ private: TabBar *m_tabBar; QString m_loadingGitPath; - + int m_currentTabIndex; + + KUrl::List m_recentlyClosedTabs; }; #endif // MAINVIEW_H |