OSDN Git Service

QStandardPaths, QJsonArray, QJsonObject::iterator, QJsonParseError and QJsonValue...
authorIvailo Monev <xakepa10@laimg.moc>
Tue, 17 Dec 2019 03:35:13 +0000 (03:35 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Tue, 17 Dec 2019 03:35:13 +0000 (03:35 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/core/io/qstandardpaths.cpp
src/core/json/qjsonarray.cpp
src/core/json/qjsonobject.cpp
src/core/json/qjsonparser.cpp
src/core/json/qjsonvalue.cpp

index 1cdf7fa..0fd19c7 100644 (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
index 42a809a..6fe950a 100644 (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.
 
index a349744..03d8610 100644 (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.
 
index 5a26fe8..34ce7f0 100644 (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.
 */
index ba40982..85b3119 100644 (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.