Warning, /education/gcompris/src/activities/explore_world_music/ExploreWorldMusic.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - explore_world_music.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
0004  *
0005  * Authors:
0006  *   Beth Hadley <bethmhadley@gmail.com> (GTK+ version)
0007  *   Johnny Jazeix <jazeix@gmail.com> (Qt Quick port)
0008  *
0009  *   SPDX-License-Identifier: GPL-3.0-or-later
0010  */
0011 
0012 import QtQuick 2.12
0013 import GCompris 1.0
0014 
0015 import "../explore_farm_animals"
0016 
0017 ExploreLevels {
0018     id: activity
0019 
0020     numberOfLevels: 1
0021     url: "qrc:/gcompris/src/activities/explore_world_music/resource/"
0022     hasAudioQuestions: true
0023     needsVoices: true
0024 }