MCPcopy Create free account
hub / github.com/cc20110101/RedisView / windows1255Action

Method windows1255Action

src/RedisView/AppView/MainWindow.cpp:1265–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265void MainWindow::windows1255Action() {
1266 clearEncodeIcon();
1267 setEncode("Windows-1255");
1268 setEncodeIcon();
1269}
1270
1271void MainWindow::windows1256Action() {
1272 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected