Fixed typo in function name

This commit is contained in:
Digital Artifex
2026-06-16 21:55:43 -04:00
parent c2efa5a005
commit c493758876
2 changed files with 51 additions and 3 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ NewestPacksModel::NewestPacksModel(QObject *parent) : QAbstractListModel{parent}
notifier,
&PaginationNotifier::dataChanged,
this,
&NewestPacksModel::restDataModel
&NewestPacksModel::resetDataModel
);
}
@@ -149,7 +149,7 @@ auto NewestPacksModel::resetState() -> void
setState(Idle);
}
auto NewestPacksModel::restDataModel() -> void
auto NewestPacksModel::resetDataModel() -> void
{
//invalidate previous model data
beginRemoveRows(QModelIndex(), 0, m_data.count());