mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:36:24 +02:00
Update UIT QML control
This commit is contained in:
parent
1cb08952ae
commit
28d0fc677c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue