_ZN2Qt12codecForHtmlERK10QByteArray

Name

Qt::codecForHtml -- detect encoding of the provided snippet of html

Synopsis

#include <QtGui/qtextdocument.h>

QTextCodec * Qt::codecForHtml (const QByteArray &ba);

Description

The Qt::codecForHtml() function has the same behavior as the QTextCodec::codecForHtml() function described in QtCore 4.2.0.