MCPcopy Create free account
hub / github.com/XMuli/ChineseChess / autoStartTimerIfNeeded

Method autoStartTimerIfNeeded

ChessBoard.cpp:517–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void ChessBoard::autoStartTimerIfNeeded()
518{
519 if (m_bIsOver || m_bTimerAutoStarted)
520 return;
521
522 startGameTimer();
523 m_bTimerAutoStarted = true;
524}
525
526void ChessBoard::winMessageBox(QString title, QString msg)
527{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected