mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-08 01:09:56 +02:00
Remove commented out code
This commit is contained in:
parent
dd6d530853
commit
85a3771a98
2 changed files with 2 additions and 7 deletions
|
@ -13,11 +13,11 @@ Item {
|
||||||
id: root
|
id: root
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
HifiStyles.HifiConstants { id: hifistyles }
|
HifiStyles.HifiConstants { id: hifistyles }
|
||||||
//width: parent.width
|
|
||||||
height: 600
|
height: 600
|
||||||
property variant permissionsBar: {'securityOrigin':'none','feature':'none'}
|
property variant permissionsBar: {'securityOrigin':'none','feature':'none'}
|
||||||
property alias url: webview.url
|
property alias url: webview.url
|
||||||
//property WebEngineView webView: webview
|
|
||||||
property bool canGoBack: webview.canGoBack
|
property bool canGoBack: webview.canGoBack
|
||||||
property bool canGoForward: webview.canGoForward
|
property bool canGoForward: webview.canGoForward
|
||||||
|
|
||||||
|
@ -123,5 +123,4 @@ Item {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
import QtQuick 2.7
|
import QtQuick 2.7
|
||||||
//import QtQuick.Controls 1.4
|
|
||||||
import QtWebEngine 1.5
|
import QtWebEngine 1.5
|
||||||
//import QtWebChannel 1.0
|
|
||||||
import "../controls-uit" as HiFiControls
|
import "../controls-uit" as HiFiControls
|
||||||
import "../styles" as HifiStyles
|
import "../styles" as HifiStyles
|
||||||
import "../styles-uit"
|
import "../styles-uit"
|
||||||
//import "../"
|
|
||||||
//import "."
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
|
|
Loading…
Reference in a new issue