| 208 | } |
| 209 | |
| 210 | bool ScriptAppConfigType::canLaunch(const QUrl& file) const |
| 211 | { |
| 212 | return ! interpreterForUrl(file).isEmpty(); |
| 213 | } |
| 214 | |
| 215 | bool ScriptAppConfigType::canLaunch(KDevelop::ProjectBaseItem* item) const |
| 216 | { |
nothing calls this directly
no test coverage detected