diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 4ba65e28..8c993a63 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -89,6 +89,8 @@ public: */ WebView *newWebView(bool focused = true, bool nearParent = false); + KUrl::List recentlyClosedTabs(); + signals: // tab widget signals void tabsChanged(); @@ -154,8 +156,10 @@ private: TabBar *m_tabBar; QString m_loadingGitPath; - + int m_currentTabIndex; + + KUrl::List m_recentlyClosedTabs; }; #endif // MAINVIEW_H |