This commit is contained in:
Anna 2019-06-07 18:01:47 -07:00
parent 059d931d17
commit 0b282b201c

View file

@ -22,7 +22,7 @@ StackView {
signal sendToScript(var message);
function pushSource(path) {
profileRoot.push(Qt.reslovedUrl(path));
profileRoot.push(Qt.resolvedUrl(path));
}
function popSource() {