| 233 | } |
| 234 | |
| 235 | QString AStylePlugin::name() const |
| 236 | { |
| 237 | // This needs to match the X-KDE-PluginInfo-Name entry from the .desktop file! |
| 238 | return QStringLiteral("kdevastyle"); |
| 239 | } |
| 240 | |
| 241 | QString AStylePlugin::caption() const |
| 242 | { |
no outgoing calls
no test coverage detected