| 1251 | } |
| 1252 | |
| 1253 | void MainWindow::windows1253Action() { |
| 1254 | clearEncodeIcon(); |
| 1255 | setEncode("Windows-1253"); |
| 1256 | setEncodeIcon(); |
| 1257 | } |
| 1258 | |
| 1259 | void MainWindow::windows1254Action() { |
| 1260 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected