From 647307f534d45758832f23912ed281af819f0174 Mon Sep 17 00:00:00 2001 From: Szabolcs David Date: Wed, 23 Aug 2017 16:28:48 +0200 Subject: Fix documentation of FullScreenRequest It was registered as FullScreenRequest in plugin.cpp, not WebEngineFullScreenRequest. Change-Id: Ib9eec950a0f54aad2dbc31e54d6d5c6a6838ac65 Reviewed-by: Leena Miettinen --- examples/webengine/quicknanobrowser/doc/src/quicknanobrowser.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/webengine') diff --git a/examples/webengine/quicknanobrowser/doc/src/quicknanobrowser.qdoc b/examples/webengine/quicknanobrowser/doc/src/quicknanobrowser.qdoc index 93b3ed51a..190604fc4 100644 --- a/examples/webengine/quicknanobrowser/doc/src/quicknanobrowser.qdoc +++ b/examples/webengine/quicknanobrowser/doc/src/quicknanobrowser.qdoc @@ -115,9 +115,9 @@ We create a menu item for allowing fullscreen mode in a settings menu that we place on the tool bar. Also, we create an action for leaving fullscreen mode by using a keyboard shortcut. - We call the \l{WebEngineFullScreenRequest::}{accept()} method to accept the fullscreen request. + We call the \l{FullScreenRequest::}{accept()} method to accept the fullscreen request. The methdod sets the \l{WebEngineView::}{isFullScreen} property to be equal to the - \l{WebEngineFullScreenRequest::}{toggleOn} property. + \l{FullScreenRequest::}{toggleOn} property. \quotefromfile webengine/quicknanobrowser/BrowserWindow.qml \skipto onFullScreenRequested -- cgit v1.2.3