summaryrefslogtreecommitdiffstats
path: root/src/webenginequick
diff options
context:
space:
mode:
authorBalazs Egedi <egedib@inf.u-szeged.hu>2021-08-17 12:59:28 +0200
committerBalazs Egedi <egedib@inf.u-szeged.hu>2021-09-13 10:25:48 +0200
commita32ef7057c01fbcadcf451e7f2b785f7b3dd3942 (patch)
tree15258c16f6369ad9f3318101102d7da1b3002927 /src/webenginequick
parent498c4ac362cb6cbee8a30c8cc46fa4253bf93ee0 (diff)
Rename Quick examples' folder from webengine to webenginequick
Fix webengine directory path in project files and comments Pick-to: 6.2 6.2.0 Change-Id: I06ed9ee41111e7135fa9feb152ad2a5eb2262b76 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webenginequick')
-rw-r--r--src/webenginequick/doc/src/navigation_history.qdoc2
-rw-r--r--src/webenginequick/doc/src/qtwebengine-examples.qdoc2
-rw-r--r--src/webenginequick/doc/src/webengineview_lgpl.qdoc4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/webenginequick/doc/src/navigation_history.qdoc b/src/webenginequick/doc/src/navigation_history.qdoc
index f24668422..0f3a4c763 100644
--- a/src/webenginequick/doc/src/navigation_history.qdoc
+++ b/src/webenginequick/doc/src/navigation_history.qdoc
@@ -96,7 +96,7 @@
The data models can also be used to create a menu, as illustrated by the following code
snippet:
- \quotefromfile webengine/quicknanobrowser/BrowserWindow.qml
+ \quotefromfile webenginequick/quicknanobrowser/BrowserWindow.qml
\skipto ToolBar
\printuntil onObjectRemoved
\printuntil }
diff --git a/src/webenginequick/doc/src/qtwebengine-examples.qdoc b/src/webenginequick/doc/src/qtwebengine-examples.qdoc
index d31895078..3dedaa28f 100644
--- a/src/webenginequick/doc/src/qtwebengine-examples.qdoc
+++ b/src/webenginequick/doc/src/qtwebengine-examples.qdoc
@@ -27,7 +27,7 @@
/*!
\group webengine-examples
- \title Qt WebEngine Examples
+ \title Qt WebEngine Quick Examples
\brief Examples demonstrating the \QWE usage.
\ingroup all-examples
diff --git a/src/webenginequick/doc/src/webengineview_lgpl.qdoc b/src/webenginequick/doc/src/webengineview_lgpl.qdoc
index 0d3b66d62..c2a002a35 100644
--- a/src/webenginequick/doc/src/webengineview_lgpl.qdoc
+++ b/src/webenginequick/doc/src/webengineview_lgpl.qdoc
@@ -41,7 +41,7 @@
\l QtWebEngineQuick::initialize in the application main source file, as illustrated by the
following code snippet:
- \quotefromfile webengine/minimal/main.cpp
+ \quotefromfile webenginequick/minimal/main.cpp
\skipto main
\printuntil }
@@ -56,7 +56,7 @@
The following sample QML application loads a web page using the \c url property:
- \quotefromfile webengine/minimal/main.qml
+ \quotefromfile webenginequick/minimal/main.qml
\skipto import
\printuntil /^\}/