There's no QVector anymore, QList is the QVector in Qt6
This commit is contained in:
@@ -226,7 +226,7 @@ void Registration::testUsername()
|
||||
});
|
||||
}
|
||||
|
||||
QVector<QVariantMap> Registration::terms() const
|
||||
QList<QVariantMap> Registration::terms() const
|
||||
{
|
||||
return m_terms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user