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/api/qscriptvalueiterator.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/api/qscriptvalueiterator.cpp')
-rw-r--r-- | src/script/api/qscriptvalueiterator.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/script/api/qscriptvalueiterator.cpp b/src/script/api/qscriptvalueiterator.cpp index a7642b5..eaa84a4 100644 --- a/src/script/api/qscriptvalueiterator.cpp +++ b/src/script/api/qscriptvalueiterator.cpp @@ -93,12 +93,6 @@ QT_BEGIN_NAMESPACE \sa QScriptValue::property() */ -namespace QScript -{ -JSC::UString qtStringToJSCUString(const QString &str); -QString qtStringFromJSCUString(const JSC::UString &str); -} - class QScriptValueIteratorPrivate { public: |