From 23b8c2c0da0317562925d574e774cedb6a93a7ac Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 29 Mar 2025 14:23:35 +0530 Subject: Replace fetchers with fetch methods on router --- src/WindowMediator.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/WindowMediator.hpp') diff --git a/src/WindowMediator.hpp b/src/WindowMediator.hpp index f04763c..1a65fd7 100644 --- a/src/WindowMediator.hpp +++ b/src/WindowMediator.hpp @@ -18,6 +18,8 @@ public: DELEGATE(keymap_evaluator, evaluate, evaluate_keymap) DELEGATE(webview_stack, has_webview, has_webview) + DELEGATE(webview_stack, current_webview_id, current_webview_id) + DELEGATE(webview_stack, get_webview_list, get_webview_list) signals: void history_back_requested(WebViewId webview_id, qsizetype history_index); -- cgit v1.3.1