Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kate
/ setFilterString
Method
setFilterString
apps/lib/quickdialog.cpp:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void setFilterString(const QString &text)
63
{
64
beginResetModel();
65
m_pattern = text;
66
endResetModel();
67
}
68
69
void setFilterType(HUDDialog::FilterType t)
70
{
Callers
1
setFilteringEnabled
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected