diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 08:25:55 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 08:25:55 +0000 |
| commit | 20ead02389c277a3c8ffdd70b218d49eb3aee1e9 (patch) | |
| tree | d19f3a46e6bac9c3c0deb18ca79f95be5e9fb90b /src | |
| parent | 704d8226480b614331be76bdfc05c091af09b05f (diff) | |
| download | qxmpp-20ead02389c277a3c8ffdd70b218d49eb3aee1e9.tar.gz | |
update doc
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppClient.h | 5 |
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() |
