| 48 | } |
| 49 | |
| 50 | void Resource::searchRepos(const QString &uri, const QString &token) |
| 51 | { |
| 52 | KIO::TransferJob *job = getTransferJob(uri, token); |
| 53 | connect(job, &KIO::TransferJob::data, |
| 54 | this, &Resource::slotRepos); |
| 55 | } |
| 56 | |
| 57 | void Resource::getOrgs(const QString &token) |
| 58 | { |