aboutsummaryrefslogtreecommitdiff
path: root/src/WindowActionRouter.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WindowActionRouter.hpp2
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);