summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-12-02 14:43:42 +0100
committerFlorian Bruhin <qt-project.org@the-compiler.org>2014-12-02 14:56:26 +0100
commita6cbdd0e3aaa295436610283092ab691875a3897 (patch)
treec4ad3368d5ca96e41f4e913c5b9335f579819db7
parent18cb1a3ae907d76da9eb8c54528cf3bcb074d0e5 (diff)
downloadqtwebkit-a6cbdd0e3aaa295436610283092ab691875a3897.tar.gz
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 <allan.jensen@theqtcompany.com>
-rw-r--r--Source/WebKit/qt/WidgetApi/qwebpage.cpp4
1 files changed, 1 insertions, 3 deletions
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.
*/
/*!