Added audio resources like ring bells
This commit is contained in:
@ -37,12 +37,6 @@ import "pages"
|
||||
ApplicationWindow {
|
||||
BoxingTimer {
|
||||
id: boxingTimer
|
||||
|
||||
onStatusChanged: {
|
||||
if (status === BoxingTimer.Start) {
|
||||
bell.play()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BoxingSettings {
|
||||
@ -54,12 +48,6 @@ ApplicationWindow {
|
||||
}
|
||||
}
|
||||
|
||||
SoundEffect {
|
||||
id: bell
|
||||
|
||||
source: "qrc:/audio/resources/bell.wav"
|
||||
}
|
||||
|
||||
initialPage: firstPage
|
||||
cover: Qt.resolvedUrl("cover/CoverPage.qml")
|
||||
allowedOrientations: Orientation.Portrait
|
||||
|
Reference in New Issue
Block a user