| 232 | } |
| 233 | |
| 234 | QString 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 | |
| 243 | QStringList SourceFileTemplate::category() const |
| 244 | { |