diff options
author | Martin Negyokru <negyokru@inf.u-szeged.hu> | 2022-04-07 16:55:44 +0200 |
---|---|---|
committer | Martin Negyokru <negyokru@inf.u-szeged.hu> | 2023-02-01 17:10:14 +0100 |
commit | 7f5f2d4f75f594a70d1be7ea4559e5c2ac1f560e (patch) | |
tree | 0c1ec1396f06fb5a9e6958a518c98a9a6f357829 /examples/webenginequick/lifecycle/doc/src | |
parent | 1d0b015d7fcbe8629b4db1aacdac35dec317dc9d (diff) | |
download | qtwebengine-7f5f2d4f75f594a70d1be7ea4559e5c2ac1f560e.tar.gz |
Fix navigation error for incomplete URLs in webenginequick examples
Use QUrl::fromUserInput in lifecycle and webengineaction examples.
Task-number: QTBUG-96010
Pick-to: 6.5
Change-Id: I69cbcb1db31b0766d05f751b4aede11092d078d5
Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'examples/webenginequick/lifecycle/doc/src')
-rw-r--r-- | examples/webenginequick/lifecycle/doc/src/lifecycle.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webenginequick/lifecycle/doc/src/lifecycle.qdoc b/examples/webenginequick/lifecycle/doc/src/lifecycle.qdoc index b28e3e272..4d997b1c4 100644 --- a/examples/webenginequick/lifecycle/doc/src/lifecycle.qdoc +++ b/examples/webenginequick/lifecycle/doc/src/lifecycle.qdoc @@ -31,6 +31,9 @@ window also has a \l {Drawer} for changing settings. The drawer can be opened by clicking the "⋮" button on the tool bar. + \note Note that \c {WebTab.qml} uses \l {QUrl::} + {fromUserInput} to handle incomplete URLs. + \section1 Lifecycle States in the Example The example implements two ways of changing the lifecycle state: manual and |