diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 17:29:52 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 17:29:52 +0200 |
| commit | 9935bb73743760a8cb3526f9c608f03c733c6191 (patch) | |
| tree | 47603a567e608051aea51d5b7cdcf1bf0e87b76f /src/base/QXmppPresence.cpp | |
| parent | 984c5fc593c2d9c4bf62c104f13073b5caadfd8a (diff) | |
| download | qxmpp-9935bb73743760a8cb3526f9c608f03c733c6191.tar.gz | |
doc fixes
Diffstat (limited to 'src/base/QXmppPresence.cpp')
| -rw-r--r-- | src/base/QXmppPresence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppPresence.cpp b/src/base/QXmppPresence.cpp index ee07d47f..cfe416b5 100644 --- a/src/base/QXmppPresence.cpp +++ b/src/base/QXmppPresence.cpp @@ -95,7 +95,7 @@ QString QXmppPresence::statusText() const /// Sets the status text, a textual description of the user's status. /// -/// \param str The status text, for example "Gone fishing". +/// \param statusText The status text, for example "Gone fishing". void QXmppPresence::setStatusText(const QString& statusText) { |
