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

Method templateIndex

plugins/grepview/grepdialog.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 return m_config.readEntry("LastSearchItems", QStringList{});
141 }
142 int templateIndex() const
143 {
144 return m_config.readEntry("LastUsedTemplateIndex", 0);
145 }
146 QStringList templateStringList() const
147 {
148 return m_config.readEntry("LastUsedTemplateString", template_str());

Callers 1

GrepDialogMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected