mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #7140 from jherico/qml_mm
Add a QML document referencing the QML multimedia types
This commit is contained in:
commit
3a5ee1db8c
1 changed files with 12 additions and 0 deletions
12
interface/resources/qml/ForceLoad.qml
Normal file
12
interface/resources/qml/ForceLoad.qml
Normal file
|
@ -0,0 +1,12 @@
|
|||
import QtQuick 2.0
|
||||
import QtMultimedia 5.5
|
||||
|
||||
Item {
|
||||
Audio {
|
||||
id: audio
|
||||
autoLoad: true
|
||||
autoPlay: true
|
||||
loops: Audio.Infinite
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue