summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index c59cca1a..ba79d9f8 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -71,6 +71,8 @@ public:
WebView *currentWebView() const;
int webViewIndex(WebView *webView) const;
+ KUrl::List recentlyClosedTabs();
+
/**
* show and hide TabBar if user doesn't choose
* "Always Show TabBar" option
@@ -158,6 +160,8 @@ private:
QString m_loadingGitPath;
int m_currentTabIndex;
+
+ KUrl::List m_recentlyClosedTabs;
};
#endif // MAINVIEW_H