Rename indexforEventId to indexForEventId

This is a simple change to ensure its properly camelCase.
This commit is contained in:
Joshua Goins
2026-01-11 17:20:35 -05:00
parent b45967508c
commit 58b47b8711
6 changed files with 8 additions and 6 deletions

View File

@@ -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 {};