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

Method windows1258Action

src/RedisView/AppView/MainWindow.cpp:1283–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281}
1282
1283void MainWindow::windows1258Action() {
1284 clearEncodeIcon();
1285 setEncode("Windows-1258");
1286 setEncodeIcon();
1287}
1288
1289void MainWindow::about() {
1290 QMessageBox::about(this, tr("关于"),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected