There's no QVector anymore, QList is the QVector in Qt6
This commit is contained in:
@@ -137,7 +137,7 @@ void ChatBarCache::setAttachmentPath(const QString &attachmentPath)
|
||||
Q_EMIT attachmentPathChanged();
|
||||
}
|
||||
|
||||
QVector<Mention> *ChatBarCache::mentions()
|
||||
QList<Mention> *ChatBarCache::mentions()
|
||||
{
|
||||
return &m_mentions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user