summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-10-28 22:19:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-10-28 22:19:32 +0200
commit24c55681b8b236f8ea1cf0a599cdb3857c591ac4 (patch)
tree950908542cd1e8f736e0fe9f0315593127adf4c3 /src/mainview.h
parentMerge branch 'NewPrivateBrowsing' into NEWMASTER (diff)
parentFastest last tab recover :) (diff)
downloadrekonq-24c55681b8b236f8ea1cf0a599cdb3857c591ac4.tar.xz
Merge branch 'Open_last_tab_with_history' into NEWMASTER
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