diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-10-11 11:34:24 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-10-11 11:34:24 -0300 |
commit | 34f447df5026c49349cb92655078982f42cf3a8f (patch) | |
tree | 37e26501568b38194e2df7aeec20caaa8a2a044b /qt4/TelepathyQt4 | |
parent | 8f6fe19d5702865ac45c02598f605fb70f163d1b (diff) |
ContactManager: Update doc for deprecated requestContactAvatar.
Diffstat (limited to 'qt4/TelepathyQt4')
-rw-r--r-- | qt4/TelepathyQt4/contact-manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/TelepathyQt4/contact-manager.cpp b/qt4/TelepathyQt4/contact-manager.cpp index e1ec54e4a..89041c353 100644 --- a/qt4/TelepathyQt4/contact-manager.cpp +++ b/qt4/TelepathyQt4/contact-manager.cpp @@ -1140,7 +1140,7 @@ void ContactManager::requestContactAvatars(const QList<ContactPtr> &contacts) * \deprecated * * This was never intended to be public API. - * Use ContactManager::requestContactAvatars() or Contact::requestAvatarData() instead. + * Use Contact::requestAvatarData() or ContactManager::requestContactAvatars() instead. */ void ContactManager::requestContactAvatar(Contact *contact) { |