From 237d3a8bc9ed6be7196115e0c7b640ca59349b1d Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Thu, 24 Dec 2020 16:32:14 +1100 Subject: Add 'view source' to right-click context menu --- src/mainwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.hpp') diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 6cfee9f..75e814b 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -32,6 +32,8 @@ public: void setUrlPreview(QUrl const & url); + void viewPageSource(); + private slots: void on_browser_tabs_currentChanged(int index); -- cgit v1.2.3