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

Method type

kdevplatform/language/codegen/sourcefiletemplate.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225QString SourceFileTemplate::type() const
226{
227 Q_D(const SourceFileTemplate);
228
229 KConfig templateConfig(d->descriptionFileName);
230 KConfigGroup cg(&templateConfig, QStringLiteral("General"));
231 return cg.readEntry("Type", QString());
232}
233
234QString SourceFileTemplate::languageName() const
235{

Callers 1

fetchSuperClassesMethod · 0.45

Calls 2

readEntryMethod · 0.80
QStringClass · 0.70

Tested by

no test coverage detected