diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-05-31 14:15:56 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-06-01 15:59:59 -0300 |
commit | 73ac2477abef067d901544712c043f732e812495 (patch) | |
tree | 136fedeb1f087fac7d1009dec9d137104c0d837b | |
parent | 3b2a39a0caa88fe8b2ce98af27c47aebb469ecd0 (diff) |
Connection: Improve docs.
-rw-r--r-- | TelepathyQt4/connection.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/TelepathyQt4/connection.cpp b/TelepathyQt4/connection.cpp index 97f309d9..1292a1bd 100644 --- a/TelepathyQt4/connection.cpp +++ b/TelepathyQt4/connection.cpp @@ -1148,10 +1148,6 @@ Connection::ErrorDetails::ErrorDetails() /** * Construct a error details instance with the given details. The instance will indicate it's valid. - * - * This is primarily useful for wrapping lower-level APIs with, like presently - * Account::connectionErrorDetails() and Account::statusChanged(), neither of which we can - * compatibly change to return Connection::ErrorDetails yet. */ Connection::ErrorDetails::ErrorDetails(const QVariantMap &details) : mPriv(new Private(details)) @@ -1167,7 +1163,7 @@ Connection::ErrorDetails::ErrorDetails(const ErrorDetails &other) } /** - * Destructs an ErrorDetails instance. + * Class destructor. */ Connection::ErrorDetails::~ErrorDetails() { |