Hi Dave,
While building runtime with QtWebEngine, we found 2 compilation errors
which was introduced due to previous commit in runtime.
- We set "setNetworkAccessManager" in WebEnginePage which was only
required for Webkit so removed that statement.
- "triggerAction" on WebPage is only required for Qt > 5 with WebKit
only. Not required for WebEngine so added that condition.
Please find attached fix for the same. Do review it and let me know for any
queries.
Thanks,
Neel Patel