summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2010-02-18 12:10:12 (GMT)
committerKent Hansen <kent.hansen@nokia.com>2010-02-18 16:35:55 (GMT)
commitbc5c2c7362e0ad60990871e84426027a812937fc (patch)
treedffe3c78ced2169d7c5f9434284b0b688e81e4c8 /src/script/api/qscriptengine.cpp
parentd65299511f80c67be4c326a91106ae273aad6d66 (diff)
downloadQt-bc5c2c7362e0ad60990871e84426027a812937fc.zip
Qt-bc5c2c7362e0ad60990871e84426027a812937fc.tar.gz
Qt-bc5c2c7362e0ad60990871e84426027a812937fc.tar.bz2
Cleanup: Move value conversion code to helper functions
In preparation of doing this conversion in more places. Reviewed-by: Jedrzej Nowacki
Diffstat (limited to 'src/script/api/qscriptengine.cpp')
-rw-r--r--src/script/api/qscriptengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/api/qscriptengine.cpp b/src/script/api/qscriptengine.cpp
index 988e362..06233d9 100644
--- a/src/script/api/qscriptengine.cpp
+++ b/src/script/api/qscriptengine.cpp
@@ -40,7 +40,6 @@
#include <QtCore/qstringlist.h>
#include <QtCore/qmetaobject.h>
-#include <QtCore/qnumeric.h>
#include <math.h>
#include "Error.h"