Set the url base for downloads
| 130 | |
| 131 | /// Set the url base for downloads |
| 132 | void setRepositoryURL(const QString &base_url) |
| 133 | { |
| 134 | m_repositoryURL = base_url; |
| 135 | } |
| 136 | |
| 137 | void getApplicableFiles(const RuntimeContext & runtimeContext, QStringList & jar, QStringList & native, |
| 138 | QStringList & native32, QStringList & native64, const QString & overridePath) const; |
no outgoing calls