MCPcopy Create free account
hub / github.com/KDE/kdevelop / templateStringList

Method templateStringList

plugins/grepview/grepdialog.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 return m_config.readEntry("LastUsedTemplateIndex", 0);
145 }
146 QStringList templateStringList() const
147 {
148 return m_config.readEntry("LastUsedTemplateString", template_str());
149 }
150 QStringList replacementTemplateStringList() const
151 {
152 return m_config.readEntry("LastUsedReplacementTemplateString", repl_template());

Callers 2

GrepDialogMethod · 0.80
setLastUsedSettingsMethod · 0.80

Calls 2

template_strFunction · 0.85
readEntryMethod · 0.80

Tested by

no test coverage detected