mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
typo fix
This commit is contained in:
parent
059d931d17
commit
0b282b201c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ StackView {
|
|||
signal sendToScript(var message);
|
||||
|
||||
function pushSource(path) {
|
||||
profileRoot.push(Qt.reslovedUrl(path));
|
||||
profileRoot.push(Qt.resolvedUrl(path));
|
||||
}
|
||||
|
||||
function popSource() {
|
||||
|
|
Loading…
Reference in a new issue