Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ patternList
Method
patternList
plugins/grepview/grepdialog.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
QStringList patternList() const
139
{
140
return m_config.readEntry(
"LastSearchItems"
, QStringList{});
141
}
142
int templateIndex() const
143
{
144
return m_config.readEntry(
"LastUsedTemplateIndex"
, 0);
Callers
2
GrepDialog
Method · 0.80
setLastUsedSettings
Method · 0.80
Calls
1
readEntry
Method · 0.80
Tested by
no test coverage detected