mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 21:53:12 +02:00
Fix push issue due to merge errors
This commit is contained in:
parent
b7f146fd47
commit
90b891dbc3
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ ColumnLayout {
|
|||
signal sendToScript(var message);
|
||||
|
||||
function pushSource(path) {
|
||||
editRoot.push(Qt.resolvedUrl("../../" + path));
|
||||
editStack.push(Qt.resolvedUrl(path));
|
||||
editStack.push(Qt.resolvedUrl("../../" + path));
|
||||
editStack.currentItem.sendToScript.connect(editRoot.sendToScript);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue