New documentation from Doxygen. Added comment for function songsBell().
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user