aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-06 23:38:05 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-06 23:38:05 +0200
commit6887cd80266a8041f31b55b65c142a85239f15a1 (patch)
treea3ceabb995fc31b6e77eb23cc2dad5d3bc4846fb /src/mainwindow.hpp
parent3aed883402dc8da829fc304434c5efd0570cbb97 (diff)
downloadkristall-6887cd80266a8041f31b55b65c142a85239f15a1.tar.gz
Adds rendering of about:blank and about:favourites.
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);