From a6cbdd0e3aaa295436610283092ab691875a3897 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 2 Dec 2014 14:43:42 +0100 Subject: Fix documentation for QWebPage::scrollRequested signal. The documentation says the scrollRequested signal will be emitted if no view was set, however the signal gets emitted unconditionally. This behavior was changed in https://bugs.webkit.org/show_bug.cgi?id=21790 Change-Id: I3d6df9935fc5d6efb14bc956c43c03b655f9a2ad Reviewed-by: Allan Sandfeld Jensen --- Source/WebKit/qt/WidgetApi/qwebpage.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/WebKit/qt/WidgetApi/qwebpage.cpp') diff --git a/Source/WebKit/qt/WidgetApi/qwebpage.cpp b/Source/WebKit/qt/WidgetApi/qwebpage.cpp index 25777d8c0..f798aff3b 100644 --- a/Source/WebKit/qt/WidgetApi/qwebpage.cpp +++ b/Source/WebKit/qt/WidgetApi/qwebpage.cpp @@ -3348,9 +3348,7 @@ QWebPage::VisibilityState QWebPage::visibilityState() const \fn void QWebPage::scrollRequested(int dx, int dy, const QRect& rectToScroll) This signal is emitted whenever the content given by \a rectToScroll needs - to be scrolled \a dx and \a dy downwards and no view was set. - - \sa view() + to be scrolled \a dx and \a dy downwards. */ /*! -- cgit v1.2.1