summaryrefslogtreecommitdiff
path: root/examples/webenginequick/webengineaction/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace WebEngineAction example with a snippetMichael BrĂ¼ning2023-03-311-25/+0
| | | | | | | | | Also moves the example to the manual tests directory. Task-number: QTBUG-108751 Change-Id: Ie3fa492cfcaf61ee26ed65fa22954bb6a6532d6e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> (cherry picked from commit 23d1131577e1780de0552211a84357bcb1f63de5)
* Fix navigation error for incomplete URLs in webenginequick examplesMartin Negyokru2023-02-011-0/+25
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>