New documentation from Doxygen. Added comment for function songsBell().

This commit is contained in:
2017-08-24 23:13:58 +02:00
parent 5e0698ae59
commit 43c5d255a0
38 changed files with 65 additions and 48 deletions

View File

@@ -48,7 +48,9 @@ CoverBackground {
font.pixelSize: Theme.fontSizeHuge
text: boxingTimer.remainingTimeToString
color: boxingTimer.status === BoxingTimer.Rest ? Theme.secondaryColor : Theme.primaryColor
color: boxingTimer.status === BoxingTimer.Rest ?
Theme.secondaryColor :
Theme.primaryColor
}
Item { width: 25; height: 25 }