| 1269 | } |
| 1270 | |
| 1271 | void MainWindow::windows1256Action() { |
| 1272 | clearEncodeIcon(); |
| 1273 | setEncode("Windows-1256"); |
| 1274 | setEncodeIcon(); |
| 1275 | } |
| 1276 | |
| 1277 | void MainWindow::windows1257Action() { |
| 1278 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected