Warning, /libraries/kirigami-addons/autotests/tst_album_abstractlistmodel.qml is written in an unsupported language. File is not indexed.

0001 // SPDX-FileCopyrightText: 2023 James Graham <james.h.graham@protonmail.com>
0002 // SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0003 
0004 import QtQuick 2.15
0005 import QtTest 1.2
0006 
0007 import test.artefacts 1.0
0008 
0009 BaseAlbumMaximizeComponentTestCase {
0010     id: root
0011     name: "AlbumAbstractListModelTest"
0012     model: ExampleAlbumModel {
0013         testImage: Qt.resolvedUrl(root.testImage)
0014         testVideo: Qt.resolvedUrl(root.testVideo)
0015     }
0016 }