| 1233 | } |
| 1234 | |
| 1235 | void MainWindow::windows1250Action() { |
| 1236 | clearEncodeIcon(); |
| 1237 | setEncode("Windows-1250"); |
| 1238 | setEncodeIcon(); |
| 1239 | } |
| 1240 | |
| 1241 | void MainWindow::windows1251Action() { |
| 1242 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected