Minor refactoring for API authentication.

This commit is contained in:
2026-05-02 11:34:22 +02:00
parent b76523ec75
commit b1f7fbff8b
3 changed files with 7 additions and 4 deletions

View File

@ -27,6 +27,7 @@ QString GeneralSortFilterModel::getUuid(const QModelIndex& itemIndex) const {
return data(itemIndex, IdRole).toString();
}
// NEXT remove when deprecated
QByteArray GeneralSortFilterModel::jsonDataForServer(const QModelIndex& proxyIndex) {
const QModelIndex sourceIndex = mapToSource(proxyIndex);
return m_tableModel->jsonDataForServer(sourceIndex);