diff options
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 1 |
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); |
