summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-11-09 13:27:11 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-11-09 13:27:12 +0100
commitc69f43594fc921fea82377e7b31a7f55f718051d (patch)
tree37d30b254f0c24f9588dcb3e8f1b47becdba8ef1 /src/gui/text/qtextdocument.h
parent9137691e745039f8ad9cdee2594a958e244ba341 (diff)
parentdec7961709c90f6977d2447f7fa6c6625af41cb2 (diff)
Merge 5.11 into 5.11.3
Diffstat (limited to 'src/gui/text/qtextdocument.h')
-rw-r--r--src/gui/text/qtextdocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextdocument.h b/src/gui/text/qtextdocument.h
index 64e39d4648..140ed628b7 100644
--- a/src/gui/text/qtextdocument.h
+++ b/src/gui/text/qtextdocument.h
@@ -76,7 +76,7 @@ namespace Qt
Q_GUI_EXPORT bool mightBeRichText(const QString&);
Q_GUI_EXPORT QString convertFromPlainText(const QString &plain, WhiteSpaceMode mode = WhiteSpacePre);
-#ifndef QT_NO_TEXTCODEC
+#if QT_CONFIG(textcodec)
Q_GUI_EXPORT QTextCodec *codecForHtml(const QByteArray &ba);
#endif
}