aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickitem/tst_qquickitem.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-12-01 13:39:59 +0000
committerQt by Nokia <qt-info@nokia.com>2011-12-01 15:05:14 +0100
commit507d24adb47a67d1e10e81f2362cb826caacf691 (patch)
treec1483aff55093a73e9498b810b64458fdc6cec4d /tests/auto/declarative/qquickitem/tst_qquickitem.cpp
parentef554bd1dcbdf1ec26516f7bff95c810f931098d (diff)
Remove debugging
Change-Id: I64cc9fb96f5f456cb9b18ba5706a79bf7c6cde16 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qquickitem/tst_qquickitem.cpp')
-rw-r--r--tests/auto/declarative/qquickitem/tst_qquickitem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qquickitem/tst_qquickitem.cpp b/tests/auto/declarative/qquickitem/tst_qquickitem.cpp
index 01f9240016..f8660540d9 100644
--- a/tests/auto/declarative/qquickitem/tst_qquickitem.cpp
+++ b/tests/auto/declarative/qquickitem/tst_qquickitem.cpp
@@ -812,7 +812,6 @@ void tst_qquickitem::mouseGrab()
QTest::mousePress(canvas, Qt::LeftButton, 0, QPoint(50,50));
QTest::qWait(100);
- qDebug() << canvas->mouseGrabberItem();
QVERIFY(canvas->mouseGrabberItem() == child1);
QTest::qWait(100);