Added data(FullNameRole) implementation and minor refactoring.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user