Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move QQuickWebEngineNavigationRequest to Core | Allan Sandfeld Jensen | 2021-06-04 | 1 | -171/+0 |
| | | | | | | | | | Adds navigationRequested() to QWebEnginePage and exposes more information about navigation requests than the old acceptNavigationRequest() method. Change-Id: Ibb8d750bacd1060c3086ffe2c85336abd216bab0 Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io> | ||||
* | Fix 'WebEngine' ambiguity for Qt6 | Michal Klocek | 2021-04-13 | 1 | -0/+171 |
'WebEngine' is a qml module, however name itself is ambiguous. Thefore now with Qt6 and with cmake port name the module as WebEngineQuick. Change-Id: I948672dd5d389a01c6a31ec871459164fd989c0f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> |