There's no QVector anymore, QList is the QVector in Qt6

This commit is contained in:
Laurent Montel
2023-10-19 13:41:46 +02:00
parent 6571dbe554
commit c7614caf41
31 changed files with 67 additions and 67 deletions

View File

@@ -137,7 +137,7 @@ void ChatBarCache::setAttachmentPath(const QString &attachmentPath)
Q_EMIT attachmentPathChanged();
}
QVector<Mention> *ChatBarCache::mentions()
QList<Mention> *ChatBarCache::mentions()
{
return &m_mentions;
}