QStandardPaths, QJsonArray, QJsonObject::iterator, QJsonParseError and QJsonValue are available since 4.9

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-17 03:35:13 +00:00
parent e3a47bbe28
commit 7c0ae45047
5 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ QT_BEGIN_NAMESPACE
\class QStandardPaths
\inmodule QtCore
\brief The QStandardPaths class provides methods for accessing standard paths.
\since 5.0
\since 4.9
This class contains functions to query standard locations on the local
filesystem, for common tasks such as user-specific directories or system-wide

View file

@ -39,7 +39,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
\since 4.9
\brief The QJsonArray class encapsulates a JSON array.

View file

@ -582,7 +582,7 @@ QJsonObject::const_iterator QJsonObject::constFind(const QString &key) const
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
\since 4.9
\brief The QJsonObject::iterator class provides an STL-style non-const iterator for QJsonObject.

View file

@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
\since 4.9
\brief The QJsonParseError class is used to report errors during JSON parsing.
*/

View file

@ -39,7 +39,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtCore
\ingroup json
\reentrant
\since 5.0
\since 4.9
\brief The QJsonValue class encapsulates a value in JSON.