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

@@ -40,7 +40,7 @@ QQC2.ScrollView {
* @brief Shift the view to the given event ID.
*/
function goToEvent(eventId) {
const index = messageListView.model.indexforEventId(eventId)
const index = messageListView.model.indexForEventId(eventId)
if (!index.valid) {
messageListView.positionViewAtEnd();
return;