Using lower case role names for improved compatibility with the server.

This commit is contained in:
2026-01-29 13:06:46 +01:00
parent 08c2e3a093
commit 2a152daa70
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ QByteArray TableModel::generateExampleItems() {
QJsonObject rootObject;
QJsonArray array;
// TODO use JsonParser for the item generation
for (int row = 0; row < 5; ++row) {
QJsonObject itemObject;
// itemObject.insert("uuid", m_uuid.toString());