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

Method windows1251Action

src/RedisView/AppView/MainWindow.cpp:1241–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239}
1240
1241void MainWindow::windows1251Action() {
1242 clearEncodeIcon();
1243 setEncode("Windows-1251");
1244 setEncodeIcon();
1245}
1246
1247void MainWindow::windows1252Action() {
1248 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected