| 1257 | } |
| 1258 | |
| 1259 | void MainWindow::windows1254Action() { |
| 1260 | clearEncodeIcon(); |
| 1261 | setEncode("Windows-1254"); |
| 1262 | setEncodeIcon(); |
| 1263 | } |
| 1264 | |
| 1265 | void MainWindow::windows1255Action() { |
| 1266 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected