| 1227 | } |
| 1228 | |
| 1229 | void MainWindow::utf32leAction() { |
| 1230 | clearEncodeIcon(); |
| 1231 | setEncode("UTF-32LE"); |
| 1232 | setEncodeIcon(); |
| 1233 | } |
| 1234 | |
| 1235 | void MainWindow::windows1250Action() { |
| 1236 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected