aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/drumpad/final_project/Mocks/Components/AudioFilesModel.qml
blob: 7e4ff22adf0139e95072543d1a84c4c9a462ea5b (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2026 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

Item {
    getFiles: function() {
        console.log("AudioFilesModel mock: getFiles()")
    }
}