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

@@ -208,7 +208,7 @@ void TimelineMessageModelTest::idToRow()
auto room = new TestUtils::TestRoom(connection, u"#myroom:kde.org"_s, u"test-min-sync.json"_s);
model->setRoom(room);
QCOMPARE(model->indexforEventId(u"$153456789:example.org"_s).row(), 0);
QCOMPARE(model->indexForEventId(u"$153456789:example.org"_s).row(), 0);
}
void TimelineMessageModelTest::cleanup()