The QContactHobby class contains a hobby of the contact. More...
#include <QContactHobby>
Inherits: QContactDetail.
QString | hobby () const |
void | setHobby ( const QString & hobby ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldHobby |
The QContactHobby class contains a hobby of the contact.
A contact may have one or more hobbies. Each QContactHobby detail contains information about a single hobby of the contact.
Returns the hobby associated with a contact which is stored in this detail.
See also setHobby().
Sets the hobby associated with a contact which is stored in this detail to hobby.
See also hobby().
The string constant for the definition name of QContactHobby details.
The field key constant for the value containing the name of the hobby.