summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/webview/qwebview_winrt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview/qwebview_winrt.cpp b/src/webview/qwebview_winrt.cpp
index e5543b8..eb78439 100644
--- a/src/webview/qwebview_winrt.cpp
+++ b/src/webview/qwebview_winrt.cpp
@@ -665,6 +665,7 @@ HRESULT QWinRTWebViewPrivate::onNavigationCompleted(IWebView *, IWebViewNavigati
const QString errorString = webErrorStatusString(errorStatus);
emit loadingChanged(QWebViewLoadRequestPrivate(url, status, errorString));
+ emit titleChanged(title());
emit loadProgressChanged(100);
return S_OK;
}