* @brief Get the instance of the player * * Returns the pointer to the instance of the player or 0 if there is none. */
| 387 | * Returns the pointer to the instance of the player or 0 if there is none. |
| 388 | */ |
| 389 | static Player *instance () |
| 390 | { |
| 391 | return ms_instance; |
| 392 | } |
| 393 | |
| 394 | public slots: |
| 395 | void timer (); |
no outgoing calls
no test coverage detected