aboutsummaryrefslogtreecommitdiff
path: root/src/WindowMediator.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-29 14:23:35 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-29 15:58:20 +0530
commit23b8c2c0da0317562925d574e774cedb6a93a7ac (patch)
tree0704ffda4e8f2f1b442fd9fc6b31e025b4a4521e /src/WindowMediator.hpp
parented15eba453b7ddd0f4962c2d381fe40751973131 (diff)
downloadnull-browser-23b8c2c0da0317562925d574e774cedb6a93a7ac.tar.gz
null-browser-23b8c2c0da0317562925d574e774cedb6a93a7ac.zip
Replace fetchers with fetch methods on router
Diffstat (limited to 'src/WindowMediator.hpp')
-rw-r--r--src/WindowMediator.hpp2
1 files changed, 2 insertions, 0 deletions
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);