summaryrefslogtreecommitdiffstats
path: root/src/script/qscriptenginefwd_p.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-20 09:57:08 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-05-20 09:57:08 (GMT)
commit691e83425ac5883922837bc5fd1efb5385db9871 (patch)
tree908ff0897699323cc9f0fe9401449bf66c86064a /src/script/qscriptenginefwd_p.h
parente2d70563652a89384d13c9a1d7ac1c839a81e9be (diff)
downloadQt-691e83425ac5883922837bc5fd1efb5385db9871.zip
Qt-691e83425ac5883922837bc5fd1efb5385db9871.tar.gz
Qt-691e83425ac5883922837bc5fd1efb5385db9871.tar.bz2
Add string-->enum conversion for properties and slots
Diffstat (limited to 'src/script/qscriptenginefwd_p.h')
-rw-r--r--src/script/qscriptenginefwd_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/qscriptenginefwd_p.h b/src/script/qscriptenginefwd_p.h
index 2ea66c5..855317c 100644
--- a/src/script/qscriptenginefwd_p.h
+++ b/src/script/qscriptenginefwd_p.h
@@ -350,6 +350,7 @@ public:
QScriptValueImpl create(int type, const void *ptr);
static bool convert(const QScriptValueImpl &value, int type, void *ptr,
QScriptEnginePrivate *eng);
+ QScriptEngine::DemarshalFunction demarshalFunction(int type) const;
QScriptValueImpl arrayFromStringList(const QStringList &lst);
static QStringList stringListFromArray(const QScriptValueImpl &arr);