summaryrefslogtreecommitdiffstats
path: root/src/qtjsonschema/jsonobjecttypes_p.h
diff options
context:
space:
mode:
authorAlexei Rousskikh <ext-alexei.rousskikh@nokia.com>2012-03-01 13:37:03 -0500
committerAndrew Christian <andrew.christian@nokia.com>2012-03-05 12:43:06 +0100
commit5c55284cceea22fcd4768f4b41fcfb7e0f893d0c (patch)
tree5de7023664357de4d690d198a303b95b5184db84 /src/qtjsonschema/jsonobjecttypes_p.h
parentd55adf7a57be778fdf60363f682b77c2bc51f434 (diff)
improved error message; added a non-existent schema error
Change-Id: Icb56fb4d4b3034da10abda9047687aad90d44a23 Reviewed-by: Andrew Christian <andrew.christian@nokia.com>
Diffstat (limited to 'src/qtjsonschema/jsonobjecttypes_p.h')
-rw-r--r--src/qtjsonschema/jsonobjecttypes_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtjsonschema/jsonobjecttypes_p.h b/src/qtjsonschema/jsonobjecttypes_p.h
index 2bef1a5..11f0fbe 100644
--- a/src/qtjsonschema/jsonobjecttypes_p.h
+++ b/src/qtjsonschema/jsonobjecttypes_p.h
@@ -129,6 +129,7 @@ public:
inline bool compare(const Value &) const;
inline QJsonValue value() const;
+ inline QString data() const; // human-readable format
private:
inline const QJsonObject map() const;