summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue_p.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-06-23 11:27:33 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-06-23 11:27:33 (GMT)
commit4d3b9fd00e331ef913c375634242915e9e235e3d (patch)
treef678852d4b18f6ae6e2c0d88fb4590b78db4c4d8 /src/script/api/qscriptvalue_p.h
parentfae12fe2c37f0c849af9eed0e8f54a454be85922 (diff)
downloadQt-4d3b9fd00e331ef913c375634242915e9e235e3d.zip
Qt-4d3b9fd00e331ef913c375634242915e9e235e3d.tar.gz
Qt-4d3b9fd00e331ef913c375634242915e9e235e3d.tar.bz2
make most of the qscriptvalue tests pass
call(), construct() etc.
Diffstat (limited to 'src/script/api/qscriptvalue_p.h')
-rw-r--r--src/script/api/qscriptvalue_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/qscriptvalue_p.h b/src/script/api/qscriptvalue_p.h
index 31230a6..57c9bfd 100644
--- a/src/script/api/qscriptvalue_p.h
+++ b/src/script/api/qscriptvalue_p.h
@@ -57,6 +57,8 @@ public:
bool isJSC() const;
+ QVariant &variantValue() const;
+
static QScriptValuePrivate *get(const QScriptValue &q);
QScriptValue property(const QString &name, int resolveMode) const;