aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.cpp')
-rw-r--r--src/browsertab.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp
index 7aa2217..75825d6 100644
--- a/src/browsertab.cpp
+++ b/src/browsertab.cpp
@@ -1012,6 +1012,11 @@ void BrowserTab::on_stop_button_clicked()
this->updateUI();
}
+void BrowserTab::on_home_button_clicked()
+{
+ this->navigateTo(QUrl(kristall::options.start_page), BrowserTab::PushImmediate);
+}
+
void BrowserTab::on_requestProgress(qint64 transferred)
{
this->current_stats.file_size = transferred;