From 5b14fc424462a5d3a5a509bd177c04e9cba2ce17 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Wed, 17 Jun 2020 01:29:30 +0200 Subject: Makes gemini protocol handler a bit more robust.Makes style preview a file in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration. --- src/browsertab.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/browsertab.hpp') diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 2cd6d4b..506584d 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -62,6 +62,8 @@ signals: private slots: void on_url_bar_returnPressed(); + void on_url_bar_escapePressed(); + void on_refresh_button_clicked(); void on_linkHovered(const QString &url); -- cgit v1.2.3