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