summaryrefslogtreecommitdiffstats
path: root/src/quick/qquickwebviewloadrequest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use up-to date LGPL license headerKai Köhne2022-02-141-11/+14
| | | | | | | | | | | | | | Remove usages of outdated LGPL3 header that references LICENSES.LGPLv3 instead of LICENSES.LGPL3. Use BSD instead in the examples, updated LGPL otherwise. Also remove the now unreferenced LICENSE.LGPLv3, LICENSE.GPLv2 files, and instead the newly referenced files instead. Change-Id: I01e1325ee2c7a147e095c08b370b88ded9a8daff Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit be0fe8ed3de43b430d9b85ffe2625c396ca3367e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Fix documentation warnings for Qt WebViewTopi Reinio2021-09-171-1/+1
| | | | | | | | | | | | | | * Comment out \instantiates link to a private class as we cannot link to it. * Move \qtcmakepackage to the correct place under \module. * Add missing documentation dependencies. Fixes: QTBUG-96294 Change-Id: Ib114b6891e050559914049fd944397d34a70f5fa Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit be7b5c9ad00362a61e46cf811f3d3a34cd2b540a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use new qml cmake apis and new qml registrationMichal Klocek2021-07-191-0/+102
Move quick sources to sepatrate qml module so new qml registration system can be used. This drops dependency of QWebView module on Quick. Change-Id: I10adb5e898ae2ffe4a46f37d759983047ea89483 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit ecc5e01135c7622db24407c2eaba08e9be1e7961) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>