diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-07-31 12:24:05 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-07-31 14:11:47 (GMT) |
commit | 701303d374b7da33166744d290ec4dbc789c7031 (patch) | |
tree | 0b94848e28c3e8a48ea498a19dbc998da6ec72e3 /src/script/bridge/qscriptqobject.cpp | |
parent | bb1e71ac344b184d2ab13cd0ed7188eebb34aaf1 (diff) | |
download | Qt-701303d374b7da33166744d290ec4dbc789c7031.zip Qt-701303d374b7da33166744d290ec4dbc789c7031.tar.gz Qt-701303d374b7da33166744d290ec4dbc789c7031.tar.bz2 |
Move the declaration on some function into qscriptengine_p.h
Diffstat (limited to 'src/script/bridge/qscriptqobject.cpp')
-rw-r--r-- | src/script/bridge/qscriptqobject.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/script/bridge/qscriptqobject.cpp b/src/script/bridge/qscriptqobject.cpp index 9c15233..4e9b74b 100644 --- a/src/script/bridge/qscriptqobject.cpp +++ b/src/script/bridge/qscriptqobject.cpp @@ -243,10 +243,6 @@ static inline QScriptable *scriptableFromQObject(QObject *qobj) return reinterpret_cast<QScriptable*>(ptr); } -JSC::UString qtStringToJSCUString(const QString &str); -QString qtStringFromJSCUString(const JSC::UString &str); -QScriptEnginePrivate *scriptEngineFromExec(JSC::ExecState *exec); - QtFunction::QtFunction(JSC::JSValue object, int initialIndex, bool maybeOverloaded, JSC::JSGlobalData *data, WTF::PassRefPtr<JSC::Structure> sid, const JSC::Identifier &ident) |