fancy QJsonParseError header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-05-04 17:00:28 +00:00
parent 6bca29a17f
commit ec3e7a62cd
2 changed files with 2 additions and 0 deletions

View file

@ -82,6 +82,7 @@ incmap = {
'QXmlStreamWriter': 'qxmlstream.h', 'QXmlStreamWriter': 'qxmlstream.h',
'QXmlStreamAttribute': 'qxmlstream.h', 'QXmlStreamAttribute': 'qxmlstream.h',
'QTextDecoder': 'qtextcodec.h', 'QTextDecoder': 'qtextcodec.h',
'QJsonParseError': 'qjsondocument.h',
}, },
'QtGui': { 'QtGui': {
'QHBoxLayout': 'qboxlayout.h', 'QHBoxLayout': 'qboxlayout.h',

View file

@ -233,6 +233,7 @@ set(CORE_PUBLIC_HEADERS
QMetaEnum QMetaEnum
QMutexLocker QMutexLocker
QScopedArrayPointer QScopedArrayPointer
QJsonParseError
# obsolete # obsolete
QFlags QFlags
Qt Qt