summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-07-01 12:44:50 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-07-01 12:46:26 -0300
commit5b9e8a537e42b794f73954980622fcd0c8da93a6 (patch)
tree81fa2c47f0bedccb5aaeafda16bcc0048f06d798
parent59d703cb1abc545b91de62a19800c0a626252ccd (diff)
Account: Improved serviceName() documentation.
Indicate that serviceName() will fallback to protocolName() if service name is not known in the docs.
-rw-r--r--TelepathyQt4/account.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TelepathyQt4/account.cpp b/TelepathyQt4/account.cpp
index d53d94bb..ff1a92a6 100644
--- a/TelepathyQt4/account.cpp
+++ b/TelepathyQt4/account.cpp
@@ -539,10 +539,13 @@ QString Account::protocolName() const
/**
* Return the service name of this account.
*
+ * Note that this method will fallback to protocolName() if service name
+ * is not known.
+ *
* This method requires Account::FeatureCore to be enabled.
*
* \return The service name of this account.
- * \sa serviceNameChanged()
+ * \sa serviceNameChanged(), protocolName()
*/
QString Account::serviceName() const
{