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

@ -162,6 +162,11 @@ class BoxingTimer : public QTimer {
QSound *restBell;
QSound *stopBell;
/**
* @fn void songsBell()
*
* @brief Play the bell check actual status
*/
void songsBell();
Status mStatus;