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