summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-07 10:55:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-07 04:30:30 +0200
commitb4de0b17211c58fdecece48d065e8b2dac53711c (patch)
tree2cefda5796193a770b08e2d4ff42da8c1a96b8f7 /tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
parent924d810dbdcd5b5b0fa860922b2487ea9062d002 (diff)
No need to return after QSKIP.
QSKIP already causes the test function that calls it to return, so the returns removed by this commit were unreachable. Change-Id: I1fa2f3a3271927d8a600b02d8b31bd81db9146b1 Reviewed-on: http://codereview.qt-project.org/6188 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp')
-rw-r--r--tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
index c6babb8dd0..f7bdf67657 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -10519,7 +10519,6 @@ void tst_QGraphicsItem::updateMicroFocus()
{
#if defined Q_OS_WIN || defined Q_OS_MAC
QSKIP("QTBUG-9578", SkipAll);
- return;
#endif
QGraphicsScene scene;
QWidget parent;