From 20ead02389c277a3c8ffdd70b218d49eb3aee1e9 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Fri, 8 Oct 2010 08:25:55 +0000 Subject: update doc --- src/QXmppClient.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/QXmppClient.h b/src/QXmppClient.h index 843be961..eb41c434 100644 --- a/src/QXmppClient.h +++ b/src/QXmppClient.h @@ -99,8 +99,9 @@ public: QList extensions(); - /// Returns the extension than can be cast to type T*, or 0 if there is - /// no such extension. + /// \return pointer to the desired extension. + /// Returns NULL if extension is not found. + /// /// template T* findExtension() -- cgit v1.2.3