diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-12 10:44:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-12 10:47:34 +0530 |
| commit | c0ee5203201d4ddf4ed560f856cb0da958935fc6 (patch) | |
| tree | 443a3dc58372e3fbeb7ae7945551c4a1ae936af8 /src/WindowActionRouter.hpp | |
| parent | 8c5e75578b063a4fb64dc7ecef4851a860d7674d (diff) | |
| download | null-browser-c0ee5203201d4ddf4ed560f856cb0da958935fc6.tar.gz null-browser-c0ee5203201d4ddf4ed560f856cb0da958935fc6.zip | |
Rename term tab with view
Diffstat (limited to '')
| -rw-r--r-- | src/WindowActionRouter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<WebViewData> fetch_webview_data_list(WindowId win_id = 0); DELEGATE((&event_queue), dispatch_event, dispatch_event); |
