diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-11 11:57:33 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-11 11:57:33 +0200 |
commit | f0b55360c6ba8da48098362aa85ca88fa293b5a1 (patch) | |
tree | c3e8b480be8d7dae5731c0acc064845a413c651f /src/mainview.h | |
parent | Merge commit 'refs/merge-requests/1750' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-f0b55360c6ba8da48098362aa85ca88fa293b5a1.tar.xz |
Restored recently closed tabs
I'm not a big fan of this implementation, but modifying history
for this is impossible (no sense) and storing it somewhere.. don't know
Perhaps someone has some better ideas here :)
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 48e0b58b..96710919 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -89,6 +89,7 @@ public: */ WebView *newWebView(bool focused = true, bool nearParent = false); + KUrl::List recentlyClosedTabs(); signals: // tab widget signals @@ -155,6 +156,8 @@ private: QString m_loadingGitPath; int m_currentTabIndex; + + KUrl::List m_recentlyClosedTabs; }; #endif // MAINVIEW_H |