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

Method getMode

gui/qt/searchwidget.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32int SearchWidget::getMode() {
33 return m_searchMode;
34}
35
36QString SearchWidget::getSearchString() {
37 return ui->searchEdit->text();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected