summaryrefslogtreecommitdiffstats
path: root/tools/runonphone/symbianutils/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/runonphone/symbianutils/json.h')
-rw-r--r--tools/runonphone/symbianutils/json.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/runonphone/symbianutils/json.h b/tools/runonphone/symbianutils/json.h
index ca9aebf..11273e0 100644
--- a/tools/runonphone/symbianutils/json.h
+++ b/tools/runonphone/symbianutils/json.h
@@ -48,7 +48,7 @@
#include <QtCore/QStringList>
#include <QtCore/QVector>
-namespace tcftrk {
+namespace Coda {
class SYMBIANUTILS_EXPORT JsonValue
{
@@ -67,7 +67,7 @@ public:
Boolean,
Object,
NullObject,
- Array,
+ Array
};
Type m_type;
@@ -95,6 +95,8 @@ public:
void fromString(const QByteArray &str);
void setStreamOutput(const QByteArray &name, const QByteArray &content);
+ QVariant toVariant() const;
+
private:
static QByteArray parseCString(const char *&from, const char *to);
static QByteArray parseNumber(const char *&from, const char *to);
@@ -144,6 +146,6 @@ private:
QByteArray &m_target;
};
-} // namespace tcftrk
+} // namespace Coda
#endif // SYMBIANUTILS_JSON_H