Added data(FullNameRole) implementation and minor refactoring.

This commit is contained in:
2026-02-07 19:42:22 +01:00
parent c6d6b18ab3
commit 40a0815501
3 changed files with 25 additions and 6 deletions

View File

@ -14,6 +14,7 @@ class ModelItem {
// TODO change return value to list of changed roles
bool setItemData(const QMap<int, QVariant>& changedValues);
QString fullName() const;
QString toString() const;
QJsonObject toJsonObject() const;