summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-08 15:05:27 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-08 15:05:27 (GMT)
commit7702bd86f2c0a9b2dc1ddcd745445f8c3fd2602f (patch)
treebbcb188533439cf1476bbf6ef46ae0c29596797d /src
parent46822d7091ef05e64e363e7209ea3e613e4d386d (diff)
downloadQt-7702bd86f2c0a9b2dc1ddcd745445f8c3fd2602f.zip
Qt-7702bd86f2c0a9b2dc1ddcd745445f8c3fd2602f.tar.gz
Qt-7702bd86f2c0a9b2dc1ddcd745445f8c3fd2602f.tar.bz2
Doc: Fixed qdoc warning.
Reviewed-by: hjk
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qcryptographichash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp
index f418de9..8b1464f 100644
--- a/src/corelib/tools/qcryptographichash.cpp
+++ b/src/corelib/tools/qcryptographichash.cpp
@@ -147,7 +147,7 @@ void QCryptographicHash::addData(const char *data, int length)
}
/*!
- /overload
+ \overload
*/
void QCryptographicHash::addData(const QByteArray &data)
{