summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonobject.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-01-22 10:38:34 +0100
committerMitch Curtis <mitch.curtis@digia.com>2015-02-11 09:22:25 +0000
commitfe1726fd7d33a5e1bda863ca6000bc3b9806b1aa (patch)
tree20c33cd76fa1ac1c82f3afb2017052e8273af80c /src/corelib/json/qjsonobject.cpp
parent51ce5b482997f76b8890876b07337b29609728e5 (diff)
Document and further test that QJsonObject::keys() is sorted.
Change-Id: I6b145c1240cce85ad3fea6fb90ddbed629487f83 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib/json/qjsonobject.cpp')
-rw-r--r--src/corelib/json/qjsonobject.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/json/qjsonobject.cpp b/src/corelib/json/qjsonobject.cpp
index bc74092f59..cd68db8dc6 100644
--- a/src/corelib/json/qjsonobject.cpp
+++ b/src/corelib/json/qjsonobject.cpp
@@ -223,6 +223,8 @@ QVariantMap QJsonObject::toVariantMap() const
/*!
Returns a list of all keys in this object.
+
+ The list is sorted lexographically.
*/
QStringList QJsonObject::keys() const
{