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

Method windows1250Action

src/RedisView/AppView/MainWindow.cpp:1235–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235void MainWindow::windows1250Action() {
1236 clearEncodeIcon();
1237 setEncode("Windows-1250");
1238 setEncodeIcon();
1239}
1240
1241void MainWindow::windows1251Action() {
1242 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected