aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-08 08:25:55 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-08 08:25:55 +0000
commit20ead02389c277a3c8ffdd70b218d49eb3aee1e9 (patch)
treed19f3a46e6bac9c3c0deb18ca79f95be5e9fb90b /src
parent704d8226480b614331be76bdfc05c091af09b05f (diff)
downloadqxmpp-20ead02389c277a3c8ffdd70b218d49eb3aee1e9.tar.gz
update doc
Diffstat (limited to 'src')
-rw-r--r--src/QXmppClient.h5
1 files changed, 3 insertions, 2 deletions
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<QXmppClientExtension*> 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<typename T>
T* findExtension()