| 341 | } |
| 342 | |
| 343 | const QString LaunchProfile::getCompatibleJavaName() const |
| 344 | { |
| 345 | return m_compatibleJavaName; |
| 346 | } |
| 347 | |
| 348 | void LaunchProfile::getLibraryFiles(const RuntimeContext& runtimeContext, |
| 349 | QStringList& jars, |
no outgoing calls
no test coverage detected