| 1275 | } |
| 1276 | |
| 1277 | void MainWindow::windows1257Action() { |
| 1278 | clearEncodeIcon(); |
| 1279 | setEncode("Windows-1257"); |
| 1280 | setEncodeIcon(); |
| 1281 | } |
| 1282 | |
| 1283 | void MainWindow::windows1258Action() { |
| 1284 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected