aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index e343033..f3e1442 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -31,7 +31,7 @@ public:
~MainWindow();
BrowserTab * addEmptyTab(bool focus_new, bool load_default);
- BrowserTab * addNewTab(bool focus_new, QUrl const & url);
+ BrowserTab * addNewTab(bool focus_new, QUrl const & url, QString defaultTitle="");
BrowserTab * curTab() const;
BrowserTab * tabAt(int index) const;
int tabCount() const;