diff options
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 6a1dce7..6ac1066 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -29,6 +29,8 @@ public: BrowserTab * addEmptyTab(bool focus_new, bool load_default); BrowserTab * addNewTab(bool focus_new, QUrl const & url); + BrowserTab * curTab() const; + BrowserTab * tabAt(int index) const; void setUrlPreview(QUrl const & url); |
