summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qtextcodec.h')
-rw-r--r--src/corelib/codecs/qtextcodec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/codecs/qtextcodec.h b/src/corelib/codecs/qtextcodec.h
index 3010a2714e..885518d17f 100644
--- a/src/corelib/codecs/qtextcodec.h
+++ b/src/corelib/codecs/qtextcodec.h
@@ -167,6 +167,11 @@ private:
QTextCodec::ConverterState state;
};
+namespace Qt
+{
+ Q_CORE_EXPORT QTextCodec *codecForHtml(const QByteArray &ba);
+}
+
QT_END_NAMESPACE
#endif // QTEXTCODEC_H