Add capability to resolve UUID

This commit is contained in:
Martin Unzner 2017-11-12 18:58:42 +01:00 committed by frostasm
parent d4d0f4c131
commit b44092ac43
2 changed files with 3 additions and 1 deletions

View file

@ -838,6 +838,8 @@ QString Entry::referenceFieldValue(EntryReferenceType referenceType) const
return url();
case EntryReferenceType::Notes:
return notes();
case EntryReferenceType::Uuid:
return uuid().toHex();
default:
break;
}