mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:03:35 +02:00
Fix profile errors in QML. (also add FIXME's)
This commit is contained in:
parent
fd6973bd0b
commit
65bef5d3d4
3 changed files with 16 additions and 2 deletions
|
@ -27,7 +27,11 @@ Item {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
property alias viewProfile: webroot.webViewCoreProfile
|
// FIXME - Reimplement profiles for... why? Was it so that new windows opened share the same profile?
|
||||||
|
// Are profiles written to by the webengine during the session?
|
||||||
|
// Removed in PR Feature/web entity user agent #988
|
||||||
|
//
|
||||||
|
// property alias viewProfile: webroot.webViewCoreProfile
|
||||||
|
|
||||||
FlickableWebViewCore {
|
FlickableWebViewCore {
|
||||||
id: webroot
|
id: webroot
|
||||||
|
|
|
@ -25,7 +25,11 @@ Item {
|
||||||
property bool isDesktop: false
|
property bool isDesktop: false
|
||||||
property alias url: web.url
|
property alias url: web.url
|
||||||
property alias webView: web.webViewCore
|
property alias webView: web.webViewCore
|
||||||
property alias profile: web.webViewCoreProfile
|
// FIXME - Reimplement profiles for... why? Was it so that new windows opened share the same profile?
|
||||||
|
// Are profiles written to by the webengine during the session?
|
||||||
|
// Removed in PR Feature/web entity user agent #988
|
||||||
|
//
|
||||||
|
// property alias profile: web.webViewCoreProfile
|
||||||
property bool remove: false
|
property bool remove: false
|
||||||
property bool closeButtonVisible: true
|
property bool closeButtonVisible: true
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,12 @@ Item {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// FIXME - Reimplement profiles for... why? Was it so that new windows opened share the same profile?
|
||||||
|
// Are profiles written to by the webengine during the session?
|
||||||
|
// Removed in PR Feature/web entity user agent #988
|
||||||
|
//
|
||||||
|
// property alias viewProfile: webroot.webViewCoreProfile
|
||||||
|
|
||||||
FlickableWebViewCore {
|
FlickableWebViewCore {
|
||||||
id: webroot
|
id: webroot
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Reference in a new issue