Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
QString SearchWidget::getSearchString() {
37
return ui->searchEdit->text();
38
}
39
40
void SearchWidget::findNext() {
41
m_searchMode = Next;
Callers
1
memSearchEdit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected