| 1209 | } |
| 1210 | |
| 1211 | void MainWindow::utf16leAction() { |
| 1212 | clearEncodeIcon(); |
| 1213 | setEncode("UTF-16LE"); |
| 1214 | setEncodeIcon(); |
| 1215 | } |
| 1216 | |
| 1217 | void MainWindow::utf32Action() { |
| 1218 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected