diff options
| author | Mike Skec <skec@protonmail.ch> | 2020-12-27 19:00:30 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-27 11:01:48 +0100 |
| commit | 346618c52e9c9e6d6fe9e91f0ef1a84c05210dc8 (patch) | |
| tree | 0f23de9258d7cc0025741d60642aa7c766cd4f42 /src/mainwindow.hpp | |
| parent | b6ac752e32e6871fbe3226334aabc8e9af7c294b (diff) | |
| download | kristall-346618c52e9c9e6d6fe9e91f0ef1a84c05210dc8.tar.gz | |
Window title now contains page title
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
