summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc')
-rw-r--r--examples/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc b/examples/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc
index 685c20abc..66a1252dc 100644
--- a/examples/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc
+++ b/examples/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc
@@ -74,7 +74,7 @@
The second part of the constructor creates a QWebEngineView and connects
slots to the view's signals:
- \printuntil SLOT(finishLoading
+ \printuntil MainWindow::finishLoading
Furthermore, we create a QLineEdit as the browser's address bar. We then set the vertical
QSizePolicy to fill the available area in the browser at all times. We add the
@@ -136,10 +136,6 @@
\printuntil }
\printuntil }
- We append \c undefined after the jQuery call to prevent a possible recursion loop
- and crash caused by the way the elements returned by the each iterator elements
- reference each other, which causes problems upon converting them to QVariant.
-
The \c rotateImages() function rotates the images on the current
web page. This JavaScript code relies on CSS transforms. It
looks up all \e {img} elements and rotates the images 180 degrees