| 1263 | } |
| 1264 | |
| 1265 | void MainWindow::windows1255Action() { |
| 1266 | clearEncodeIcon(); |
| 1267 | setEncode("Windows-1255"); |
| 1268 | setEncodeIcon(); |
| 1269 | } |
| 1270 | |
| 1271 | void MainWindow::windows1256Action() { |
| 1272 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected