author | zautrix <zautrix> | 2004-10-13 07:02:20 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-13 07:02:20 (UTC) |
commit | f22ee1ec902fe2fc610786f39049fb84542b8726 (patch) (unidiff) | |
tree | 22e8f0378410dd183dd8efc6cac418ec074321de /kabc/addressee.h | |
parent | f08cf9044213a60c87e2bf299665d13a335feff5 (diff) | |
download | kdepimpi-f22ee1ec902fe2fc610786f39049fb84542b8726.zip kdepimpi-f22ee1ec902fe2fc610786f39049fb84542b8726.tar.gz kdepimpi-f22ee1ec902fe2fc610786f39049fb84542b8726.tar.bz2 |
merging contacts
-rw-r--r-- | kabc/addressee.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/addressee.h b/kabc/addressee.h index 03138f6..e7900c6 100644 --- a/kabc/addressee.h +++ b/kabc/addressee.h | |||
@@ -116,7 +116,7 @@ class Addressee | |||
116 | QString externalUID() const; | 116 | QString externalUID() const; |
117 | void setOriginalExternalUID( const QString &id ); | 117 | void setOriginalExternalUID( const QString &id ); |
118 | QString originalExternalUID() const; | 118 | QString originalExternalUID() const; |
119 | void mergeContact( const Addressee& ad ); | 119 | void mergeContact( const Addressee& ad, bool isSubSet = false ); |
120 | void simplifyEmails(); | 120 | void simplifyEmails(); |
121 | void simplifyAddresses(); | 121 | void simplifyAddresses(); |
122 | void simplifyPhoneNumbers(); | 122 | void simplifyPhoneNumbers(); |