| 1173 | } |
| 1174 | |
| 1175 | void MainWindow::shiftjisAction() { |
| 1176 | clearEncodeIcon(); |
| 1177 | setEncode("Shift-JIS"); |
| 1178 | setEncodeIcon(); |
| 1179 | } |
| 1180 | |
| 1181 | void MainWindow::tis620Action() { |
| 1182 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected