diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-12 12:27:35 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-12 12:28:11 (GMT) |
commit | c9336aafb28177954b627bf8e7a7a0c9bbda1eca (patch) | |
tree | b977e303494c7277fc1dc4df5afca939b4833e68 /src/corelib | |
parent | f2b93868f48a3e2d6e462ca8a051ab47eefef49d (diff) | |
download | Qt-c9336aafb28177954b627bf8e7a7a0c9bbda1eca.zip Qt-c9336aafb28177954b627bf8e7a7a0c9bbda1eca.tar.gz Qt-c9336aafb28177954b627bf8e7a7a0c9bbda1eca.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/codecs/qtextcodec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp index 050c997..2aec40f 100644 --- a/src/corelib/codecs/qtextcodec.cpp +++ b/src/corelib/codecs/qtextcodec.cpp @@ -1510,7 +1510,7 @@ QString QTextDecoder::toUnicode(const QByteArray &ba) cannot be detected from the content provided, \a defaultCodec is returned. - \sa codecForUtfText + \sa codecForUtfText() */ QTextCodec *QTextCodec::codecForHtml(const QByteArray &ba, QTextCodec *defaultCodec) { @@ -1556,7 +1556,7 @@ QTextCodec *QTextCodec::codecForHtml(const QByteArray &ba) cannot be detected from the content provided, \a defaultCodec is returned. - \sa codecForHtml + \sa codecForHtml() */ QTextCodec *QTextCodec::codecForUtfText(const QByteArray &ba, QTextCodec *defaultCodec) { |