1df7cb8014
Copyright notice as per https://reuse.software/spec/#format-of-copyright-notices Fixes #134
11 lines
237 B
QML
11 lines
237 B
QML
// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
import QtQuick 2.12
|
|
|
|
Loader {
|
|
id: loader
|
|
asynchronous: true
|
|
// visible: status === Loader.Ready
|
|
}
|