aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-17 01:29:30 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-17 01:29:30 +0200
commit5b14fc424462a5d3a5a509bd177c04e9cba2ce17 (patch)
treead5e9b685be26d22d570ba4788a9b01a65ceb531 /src/browsertab.hpp
parent03253a724b6fdb3f511510d10c3e62615e305cf2 (diff)
downloadkristall-5b14fc424462a5d3a5a509bd177c04e9cba2ce17.tar.gz
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.
Diffstat (limited to 'src/browsertab.hpp')
-rw-r--r--src/browsertab.hpp2
1 files changed, 2 insertions, 0 deletions
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);