Update UIT QML control

This commit is contained in:
David Rowe 2016-03-30 12:19:26 +13:00
parent 1cb08952ae
commit 28d0fc677c

View file

@ -68,5 +68,7 @@ WebEngineView {
request.openIn(newWindow.webView) request.openIn(newWindow.webView)
} }
profile: desktop.browserProfile // This breaks the webchannel used for passing messages. Fixed in Qt 5.6
// See https://bugreports.qt.io/browse/QTBUG-49521
//profile: desktop.browserProfile
} }