diff options
Diffstat (limited to 'TelepathyQt4/account.cpp')
-rw-r--r-- | TelepathyQt4/account.cpp | 5 |
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 { |