From 0d1fd257093c58bfb606aaac530aed3b0877f7fd Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 15 Mar 2021 11:54:48 +0100 Subject: First draft of session management. Always restores the latest session. --- src/mainwindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.hpp') diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index e0e738f..7cce992 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -34,6 +34,7 @@ public: BrowserTab * addNewTab(bool focus_new, QUrl const & url); BrowserTab * curTab() const; BrowserTab * tabAt(int index) const; + int tabCount() const; void setUrlPreview(QUrl const & url); -- cgit v1.2.3