| 1197 | } |
| 1198 | |
| 1199 | void MainWindow::utf16Action() { |
| 1200 | clearEncodeIcon(); |
| 1201 | setEncode("UTF-16"); |
| 1202 | setEncodeIcon(); |
| 1203 | } |
| 1204 | |
| 1205 | void MainWindow::utf16beAction() { |
| 1206 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected