| 1185 | } |
| 1186 | |
| 1187 | void MainWindow::tsciiAction() { |
| 1188 | clearEncodeIcon(); |
| 1189 | setEncode("TSCII"); |
| 1190 | setEncodeIcon(); |
| 1191 | } |
| 1192 | |
| 1193 | void MainWindow::utf8Action() { |
| 1194 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected