| 1191 | } |
| 1192 | |
| 1193 | void MainWindow::utf8Action() { |
| 1194 | clearEncodeIcon(); |
| 1195 | setEncode("UTF-8"); |
| 1196 | setEncodeIcon(); |
| 1197 | } |
| 1198 | |
| 1199 | void MainWindow::utf16Action() { |
| 1200 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected