| 1281 | } |
| 1282 | |
| 1283 | void MainWindow::windows1258Action() { |
| 1284 | clearEncodeIcon(); |
| 1285 | setEncode("Windows-1258"); |
| 1286 | setEncodeIcon(); |
| 1287 | } |
| 1288 | |
| 1289 | void MainWindow::about() { |
| 1290 | QMessageBox::about(this, tr("关于"), |
nothing calls this directly
no outgoing calls
no test coverage detected