diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 4eb1d4bd..297871b0 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 @@ -123,7 +125,6 @@ public slots: void slotWebReload(); void slotWebStop(); - private slots: void slotCurrentChanged(int index); @@ -159,6 +160,8 @@ private: QString m_loadingGitPath; int m_currentTabIndex; + + KUrl::List m_recentlyClosedTabs; }; #endif // MAINVIEW_H |