Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ findNext
Method
findNext
gui/qt/searchwidget.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void SearchWidget::findNext() {
41
m_searchMode = Next;
42
done(m_searchMode);
43
}
44
45
void SearchWidget::findNextNot() {
46
m_searchMode = NextNot;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected