diff options
Diffstat (limited to '')
| -rw-r--r-- | src/WindowMediator.hpp | 2 |
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); |
