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

Method getSearchString

gui/qt/searchwidget.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QString SearchWidget::getSearchString() {
37 return ui->searchEdit->text();
38}
39
40void SearchWidget::findNext() {
41 m_searchMode = Next;

Callers 1

memSearchEditMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected