#include <vcardconverter.h>
Public Types | |
| enum | Version |
Public Methods | |
| VCardConverter () | |
| ~VCardConverter () | |
| bool | vCardToAddressee (const QString &str, Addressee &addr, Version version=v3_0) |
| bool | addresseeToVCard (const Addressee &addr, QString &str, Version version=v3_0) |
Definition at line 35 of file vcardconverter.h.
|
|
Definition at line 43 of file vcardconverter.h. |
|
|
Constructor. |
|
|
Destructor. |
|
||||||||||||||||
|
Converts an addressee to a vcard string.
|
|
||||||||||||||||
|
Converts a vcard string to an addressee.
|
1.2.18