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

Method utf16Action

src/RedisView/AppView/MainWindow.cpp:1199–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197}
1198
1199void MainWindow::utf16Action() {
1200 clearEncodeIcon();
1201 setEncode("UTF-16");
1202 setEncodeIcon();
1203}
1204
1205void MainWindow::utf16beAction() {
1206 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected