Skip to content
Snippets Groups Projects
Commit 34cbb508 authored by Emmanuel Lepage's avatar Emmanuel Lepage
Browse files

[ #10724 ] Add more dataengine services

parent 2bf5932a
Branches
Tags
No related merge requests found
......@@ -199,9 +199,9 @@ QHash<QString,QVariant> Contact::toHash()
aContact[ "secondName" ] = getSecondName();
aContact[ "formattedName" ] = getFormattedName();
aContact[ "organization" ] = getOrganization();
aContact[ "Uid" ] = getUid();
aContact[ "uid" ] = getUid();
aContact[ "preferredEmail" ] = getPreferredEmail();
//aContact["Photo"] = getPhoto( const;
//aContact[ "Photo" ] = QVariant(*getPhoto());
aContact[ "type" ] = getType();
aContact[ "group" ] = getGroup();
aContact[ "department" ] = getDepartment();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment