person.cpp File Reference
This file is part of the API for handling calendar data and defines the Person class. More...
Include dependency graph for person.cpp:

Go to the source code of this file.
Functions | |
static bool | extractEmailAddressAndName (const QString &aStr, QString &mail, QString &name) |
uint | qHash (const KCalCore::Person &key) |
Detailed Description
This file is part of the API for handling calendar data and defines the Person class.
Represents a person, by name and email address.
Definition in file person.cpp.
Function Documentation
uint qHash | ( | const KCalCore::Person & | key | ) |
Return a hash value for a Person argument.
- Parameters:
-
key is a Person.
Definition at line 171 of file person.cpp.