aboutsummaryrefslogtreecommitdiff
path: root/src/WindowMediator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/WindowMediator.hpp')
-rw-r--r--src/WindowMediator.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WindowMediator.hpp b/src/WindowMediator.hpp
index 6046292..0a27f2e 100644
--- a/src/WindowMediator.hpp
+++ b/src/WindowMediator.hpp
@@ -23,6 +23,9 @@ public:
DELEGATE(webview_stack, webview_history_forward, history_forward)
DELEGATE(webview_stack, close, close_webview)
DELEGATE(webview_stack, focus_webview, select_webview)
+ DELEGATE(webview_stack, scroll, scroll)
+ DELEGATE(webview_stack, scroll_to_top, scroll_to_top)
+ DELEGATE(webview_stack, scroll_to_bottom, scroll_to_bottom)
signals:
void new_window_requested(const QUrl &url);