| 1245 | } |
| 1246 | |
| 1247 | void MainWindow::windows1252Action() { |
| 1248 | clearEncodeIcon(); |
| 1249 | setEncode("Windows-1252"); |
| 1250 | setEncodeIcon(); |
| 1251 | } |
| 1252 | |
| 1253 | void MainWindow::windows1253Action() { |
| 1254 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected