fix qt5 lwjgl recommend + spelling
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
a94a081b9c
commit
cf319649f9
3 changed files with 7 additions and 7 deletions
|
@ -180,12 +180,12 @@ void VersionList::parse(const QJsonObject& obj)
|
|||
parseVersionList(obj, this);
|
||||
}
|
||||
|
||||
void VersionList::addExternalRecomends(const QVector<QString>& recomends)
|
||||
void VersionList::addExternalRecommends(const QStringList& recommends)
|
||||
{
|
||||
m_externalRecommendsVersions.append(recomends);
|
||||
m_externalRecommendsVersions.append(recommends);
|
||||
}
|
||||
|
||||
void VersionList::clearExternalRecomends()
|
||||
void VersionList::clearExternalRecommends()
|
||||
{
|
||||
m_externalRecommendsVersions.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue