From 8561c1b43a506ac4ead17734c20cc55ce7cec666 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 25 Oct 2010 04:25:36 +0200 Subject: 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.. --- src/mainview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainview.h') 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 m_recentlyClosedTabs; MainWindow *m_parentWindow; + + WebTab *_lastClosedTab; }; #endif // MAINVIEW_H -- cgit v1.2.1