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

Method category

kdevplatform/language/codegen/sourcefiletemplate.cpp:243–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243QStringList SourceFileTemplate::category() const
244{
245 Q_D(const SourceFileTemplate);
246
247 KConfig templateConfig(d->descriptionFileName);
248 KConfigGroup cg(&templateConfig, QStringLiteral("General"));
249 return cg.readEntry("Category", QStringList());
250}
251
252QStringList SourceFileTemplate::defaultBaseClasses() const
253{

Callers 1

PluginPreferencesMethod · 0.45

Calls 2

QStringListClass · 0.85
readEntryMethod · 0.80

Tested by

no test coverage detected