| 1215 | } |
| 1216 | |
| 1217 | void MainWindow::utf32Action() { |
| 1218 | clearEncodeIcon(); |
| 1219 | setEncode("UTF-32"); |
| 1220 | setEncodeIcon(); |
| 1221 | } |
| 1222 | |
| 1223 | void MainWindow::utf32beAction() { |
| 1224 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected