| 1239 | } |
| 1240 | |
| 1241 | void MainWindow::windows1251Action() { |
| 1242 | clearEncodeIcon(); |
| 1243 | setEncode("Windows-1251"); |
| 1244 | setEncodeIcon(); |
| 1245 | } |
| 1246 | |
| 1247 | void MainWindow::windows1252Action() { |
| 1248 | clearEncodeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected