summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-09-29 15:49:01 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-30 04:17:26 +0200
commitb2a83496f35b2bf482c0a0cf959e1d3199caeb59 (patch)
treec9c279fdd8ffed408672d2e85f2b3417e80a2d21 /tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
parentdd08ff00ced63fcf2e712a9200024754e5e06027 (diff)
downloadqtscript-b2a83496f35b2bf482c0a0cf959e1d3199caeb59.tar.gz
Remove Symbian-specific code from tests.
Symbian is not a supported platform for Qt5, so this code is no longer required. Change-Id: I12713dbf94172f6c46233996312cf48df1395df2 Reviewed-on: http://codereview.qt-project.org/5773 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp')
-rw-r--r--tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
index 815c522..b0d994f 100644
--- a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
+++ b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
@@ -54,10 +54,6 @@
struct CustomType
{
-#if defined (Q_CC_NOKIAX86)
- // Compiler crash workaround
- CustomType() {}
-#endif
QString string;
};
Q_DECLARE_METATYPE(CustomType)