summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qtextcodec.cpp')
-rw-r--r--src/corelib/codecs/qtextcodec.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
index 90b339b056..0edb30c060 100644
--- a/src/corelib/codecs/qtextcodec.cpp
+++ b/src/corelib/codecs/qtextcodec.cpp
@@ -336,6 +336,7 @@ QTextCodec::ConverterState::~ConverterState()
/*!
\class QTextCodec
+ \inmodule QtCore
\brief The QTextCodec class provides conversions between text encodings.
\reentrant
\ingroup i18n
@@ -865,6 +866,7 @@ QString QTextCodec::toUnicode(const char *chars) const
/*!
\class QTextEncoder
+ \inmodule QtCore
\brief The QTextEncoder class provides a state-based encoder.
\reentrant
\ingroup i18n
@@ -937,6 +939,7 @@ QByteArray QTextEncoder::fromUnicode(const QChar *uc, int len)
/*!
\class QTextDecoder
+ \inmodule QtCore
\brief The QTextDecoder class provides a state-based decoder.
\reentrant
\ingroup i18n