summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-10-25 04:25:36 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-10-25 04:25:36 +0200
commit8561c1b43a506ac4ead17734c20cc55ce7cec666 (patch)
tree3cdc943514fe72b2af0fd7d3dca69ad2d0d0f0f9 /src/mainview.h
parentfix typo in the default bookmarks (diff)
downloadrekonq-8561c1b43a506ac4ead17734c20cc55ce7cec666.tar.xz
Fastest last tab recover :)
In fact, the tab is not really deleted, but just saved somewhere to fastly restore it, having again history and so on..
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 29162dd1..6ef40ac7 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -189,6 +189,8 @@ private:
QList<HistoryItem> m_recentlyClosedTabs;
MainWindow *m_parentWindow;
+
+ WebTab *_lastClosedTab;
};
#endif // MAINVIEW_H