Now about page is good. Fixed BUG with play of bells

This commit is contained in:
2017-08-23 12:02:27 +02:00
parent 01d5dd2f9c
commit 08cca3e186
9 changed files with 186 additions and 55 deletions

View File

@ -13,6 +13,7 @@
* @defgroup QML What interacts with view
*/
class QSound;
class BoxingSettings;
/**
@ -157,6 +158,10 @@ class BoxingTimer : public QTimer {
void setRemainingMilliseconds(const int &milliseconds);
void setRound(const int &round);
QSound *playBell;
QSound *restBell;
QSound *stopBell;
void songsBell();
Status mStatus;