MCPcopy 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

GrepDialogMethod · 0.80
setLastUsedSettingsMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected