MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / changeInputASCII

Method changeInputASCII

gui/qt/searchwidget.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void SearchWidget::changeInputASCII() {
61 ui->radioASCII->setChecked(true);
62 ui->radioHEX->setChecked(false);
63 m_searchType = Ascii;
64}
65
66void SearchWidget::changeInputHEX() {
67 ui->radioHEX->setChecked(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected