| 425 | } |
| 426 | |
| 427 | QString NexusInterface::getModURL(int modID, QString gameName = "") const |
| 428 | { |
| 429 | return QString("%1/mods/%2").arg(getGameURL(gameName)).arg(modID); |
| 430 | } |
| 431 | |
| 432 | std::vector<std::pair<QString, QString>> |
| 433 | NexusInterface::getGameChoices(const MOBase::IPluginGame* game) |
no test coverage detected