| 27 | } |
| 28 | |
| 29 | QString KDevIDEExtension::executableFilePath() |
| 30 | { |
| 31 | return QApplication::applicationDirPath() + QLatin1String("/kdevelop"); |
| 32 | } |
| 33 | |
| 34 | KDevelop::AreaParams KDevIDEExtension::defaultArea() |
| 35 | { |
no outgoing calls
no test coverage detected