Comment 2 for bug 1324180

Revision history for this message
Olivier Tilloy (osomon) wrote :

> Note we should not use simply WebView as that will collide with
> the webkit version.

Actually, it’s probably fine to simply use WebView, as QML supports qualified module imports that allow doing:

  import QtWebKit 3.1 as WebKit
  import Ubuntu.Web 0.2 as Ubuntu

  WebKit.WebView {}
  Ubuntu.WebView {}