diff options
Diffstat (limited to 'kabc/scripts/addressee.src.h')
-rw-r--r-- | kabc/scripts/addressee.src.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kabc/scripts/addressee.src.h b/kabc/scripts/addressee.src.h index abceb052a..edb63ae60 100644 --- a/kabc/scripts/addressee.src.h +++ b/kabc/scripts/addressee.src.h @@ -110,6 +110,19 @@ class KABC_EXPORT Addressee */ static QString uidLabel(); + /** + Set unique resource identifier. + */ + void setUri( const QString &uid ); + /** + Return unique resource identifier. + */ + QString uri() const; + /** + Return translated label for uri field. + */ + static QString uriLabel(); + --DECLARATIONS-- /** Set name fields by parsing the given string and trying to associate the |