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

Method on_pushButton_about_clicked

ChessBoard.cpp:1123–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123void ChessBoard::on_pushButton_about_clicked()
1124{
1125 m_pAbout->setWindowTitle("关于作者");
1126 m_pAbout->show();
1127}
1128
1129void ChessBoard::on_pushButton_restart_clicked()
1130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected