aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2021-03-15 11:54:48 +0100
committerFelix Queißner <felix@ib-queissner.de>2021-03-17 09:49:58 +0100
commit0d1fd257093c58bfb606aaac530aed3b0877f7fd (patch)
treeca998bde0422823b64f325c4830c7d5a37beaf9a /src/mainwindow.hpp
parent856924aa05815c565bfd67ad8dff12127f545b0b (diff)
downloadkristall-0d1fd257093c58bfb606aaac530aed3b0877f7fd.tar.gz
First draft of session management. Always restores the latest session.
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp1
1 files changed, 1 insertions, 0 deletions
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);