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/browsertab.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/browsertab.cpp') diff --git a/src/browsertab.cpp b/src/browsertab.cpp index c470d9e..aa082d4 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -532,6 +532,8 @@ void BrowserTab::renderPage(const QByteArray &data, const MimeType &mime) { QString title = b[0]; this->page_title = title; + + // TODO: Escape HTML sequences in title (such as —) } } } -- cgit v1.2.3