Rename indexforEventId to indexForEventId
This is a simple change to ensure its properly camelCase.
This commit is contained in:
@@ -349,7 +349,7 @@ QHash<int, QByteArray> MessageModel::roleNames() const
|
||||
return roles;
|
||||
}
|
||||
|
||||
QModelIndex MessageModel::indexforEventId(const QString &eventId) const
|
||||
QModelIndex MessageModel::indexForEventId(const QString &eventId) const
|
||||
{
|
||||
if (m_room == nullptr) {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user