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 41b6e2c..95b096d 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -23,7 +23,7 @@ public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
- BrowserTab * addEmptyTab(bool focus_new);
+ BrowserTab * addEmptyTab(bool focus_new, bool load_default);
BrowserTab * addNewTab(bool focus_new, QUrl const & url);
void setUrlPreview(QUrl const & url);