| 1203 | } |
| 1204 | |
| 1205 | void MainWindow::utf16beAction() { |
| 1206 | clearEncodeIcon(); |
| 1207 | setEncode("UTF-16BE"); |
| 1208 | setEncodeIcon(); |
| 1209 | } |
| 1210 | |
| 1211 | void MainWindow::utf16leAction() { |
| 1212 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected