| 436 | } |
| 437 | |
| 438 | void ChessBoard::drawTextStep() |
| 439 | { |
| 440 | ui->labelTextStep->setText(textStepRecord); |
| 441 | } |
| 442 | |
| 443 | // true 产生"对将" 情景了;false 无"对将"情况 |
| 444 | bool ChessBoard::hongMenFeast() |
nothing calls this directly
no outgoing calls
no test coverage detected