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

Method findPrevNot

gui/qt/searchwidget.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void SearchWidget::findPrevNot() {
56 m_searchMode = PrevNot;
57 done(m_searchMode);
58}
59
60void SearchWidget::changeInputASCII() {
61 ui->radioASCII->setChecked(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected