From 26504893e75fb33e9d3f01abdebf1d61f362f1b1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Apr 2025 19:07:03 +0530 Subject: Set url for windows synchronously + handle title change in webview --- src/widgets/WebViewStack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/WebViewStack.hpp') diff --git a/src/widgets/WebViewStack.hpp b/src/widgets/WebViewStack.hpp index 5d09aaf..23b9382 100644 --- a/src/widgets/WebViewStack.hpp +++ b/src/widgets/WebViewStack.hpp @@ -45,7 +45,7 @@ public: uint32_t current_webview_index(); signals: - void current_webview_changed(int index); + void current_webview_title_changed(int index); void new_window_requested(const QUrl &url); protected: -- cgit v1.3.1