1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
5Ensure that the URL provided is full and correct, in particular, use
6\l QUrl::fromLocalFile() when loading a file from the local filesystem.
8Relative paths will be resolved against
9\l {QQmlEngine::baseUrl}{QQmlEngine::baseUrl()}, which is the current working directory