From c0ee5203201d4ddf4ed560f856cb0da958935fc6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Apr 2025 10:44:40 +0530 Subject: Rename term tab with view --- src/WindowActionRouter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WindowActionRouter.hpp') diff --git a/src/WindowActionRouter.hpp b/src/WindowActionRouter.hpp index 3c82b28..cfb25da 100644 --- a/src/WindowActionRouter.hpp +++ b/src/WindowActionRouter.hpp @@ -32,7 +32,7 @@ public: void add_window(BrowserWindow *window); const WindowMap &windows(); - WebViewId fetch_current_tab_id(WindowId win_id = 0); + WebViewId fetch_current_view_id(WindowId win_id = 0); QList fetch_webview_data_list(WindowId win_id = 0); DELEGATE((&event_queue), dispatch_event, dispatch_event); -- cgit v1.3.1