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

Method tsciiAction

src/RedisView/AppView/MainWindow.cpp:1187–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187void MainWindow::tsciiAction() {
1188 clearEncodeIcon();
1189 setEncode("TSCII");
1190 setEncodeIcon();
1191}
1192
1193void MainWindow::utf8Action() {
1194 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected