diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-04 12:44:08 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-04 12:44:08 (GMT) |
commit | 3d10c27c7674663028941d41af9ab845dbf31d86 (patch) | |
tree | 6b4980f7cfa797d3ce8f543b32423e2032a1f281 /src/corelib/tools | |
parent | c111ccb7ff961c76e424bfab3a3bf6a1b43865dc (diff) | |
download | Qt-3d10c27c7674663028941d41af9ab845dbf31d86.zip Qt-3d10c27c7674663028941d41af9ab845dbf31d86.tar.gz Qt-3d10c27c7674663028941d41af9ab845dbf31d86.tar.bz2 |
doc: Fixed some qdoc warnings.
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qbytearray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp index 6c87a86..a27e488 100644 --- a/src/corelib/tools/qbytearray.cpp +++ b/src/corelib/tools/qbytearray.cpp @@ -1061,7 +1061,7 @@ QByteArray &QByteArray::operator=(const char *str) \internal */ -/*! \fn bool QByteArray::isSharedWith(const QByteArray &other) +/*! \fn bool QByteArray::isSharedWith(const QByteArray &other) const \internal */ |