| 1221 | } |
| 1222 | |
| 1223 | void MainWindow::utf32beAction() { |
| 1224 | clearEncodeIcon(); |
| 1225 | setEncode("UTF-32BE"); |
| 1226 | setEncodeIcon(); |
| 1227 | } |
| 1228 | |
| 1229 | void MainWindow::utf32leAction() { |
| 1230 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected