From a0315947c024a3be1d35b4700af7fa653272093e Mon Sep 17 00:00:00 2001 From: Anton Kreuzkamp Date: Sun, 21 Aug 2011 12:01:26 +0200 Subject: Restore tab's history when restoring a tab/session We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy --- src/mainview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 2ca3e9e7..ede1d62e 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -100,7 +100,7 @@ public: */ WebTab *newWebTab(bool focused = true); - inline QList recentlyClosedTabs() + inline QList recentlyClosedTabs() { return m_recentlyClosedTabs; } @@ -199,7 +199,7 @@ private: int m_currentTabIndex; - QList m_recentlyClosedTabs; + QList m_recentlyClosedTabs; MainWindow *m_parentWindow; }; -- cgit v1.2.1