blob: b06a1e17a838e8b0c091035be3fe9829bc70cd6d (
plain)
1
2
3
4
5
6
7
8
|
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
Item {
getFiles: function() {
console.log("AudioFilesModel mock: getFiles()")
}
}
|