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

Method languageName

kdevplatform/language/codegen/sourcefiletemplate.cpp:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234QString SourceFileTemplate::languageName() const
235{
236 Q_D(const SourceFileTemplate);
237
238 KConfig templateConfig(d->descriptionFileName);
239 KConfigGroup cg(&templateConfig, QStringLiteral("General"));
240 return cg.readEntry("Language", QString());
241}
242
243QStringList SourceFileTemplate::category() const
244{

Callers

nothing calls this directly

Calls 2

readEntryMethod · 0.80
QStringClass · 0.70

Tested by

no test coverage detected