diff options
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() |
