aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webenginequick
Commit message (Collapse)AuthorAgeFilesLines
* Add bindings for QtWebEngine (aka Quick)Alexandru Croitor2018-06-072-0/+112
There is only one method we really need, QtWebEngine::initialize() which is used for all Qt Quick based WebEngine applications. Otherwise you get a warning upon startup of a Qt Quick WebEngine application, and this might lead to undefined behavior. Task-number: PYSIDE-688 Change-Id: I7de2bbb58c49cb2a41b0e13ffc9de6a3161f3960 Reviewed-by: Christian Tismer <tismer@stackless.com>