刷新时间
| 1092 | |
| 1093 | //刷新时间 |
| 1094 | void ChessBoard::updateTime() |
| 1095 | { |
| 1096 | *m_timeRecord = m_timeRecord->addSecs(1); |
| 1097 | ui->lcdNumber->display(m_timeRecord->toString("hh:mm:ss")); |
| 1098 | } |
| 1099 | |
| 1100 | void ChessBoard::on_pushButton_start_clicked() |
| 1101 | { |
nothing calls this directly
no outgoing calls
no test coverage detected