From 346618c52e9c9e6d6fe9e91f0ef1a84c05210dc8 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Sun, 27 Dec 2020 19:00:30 +1100 Subject: Window title now contains page title --- 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 75e814b..4de4a7f 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -34,6 +34,8 @@ public: void viewPageSource(); + void updateWindowTitle(); + private slots: void on_browser_tabs_currentChanged(int index); -- cgit v1.2.3