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