From 3071bbd9eb9833d19c6dd43b52079b6a8e1722b2 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Tue, 9 Feb 2010 14:59:00 +0100 Subject: Get test compiling commit d914555badcd4761864657e1e335e657b791453f missed a spot --- tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp b/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp index c5a0e05..e60ac5c 100644 --- a/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp +++ b/tests/auto/declarative/qmlgraphicspathview/tst_qmlgraphicspathview.cpp @@ -233,7 +233,7 @@ void tst_QmlGraphicsPathView::path() QCOMPARE(obj->startY(), 100.); QVERIFY(obj->path() != QPainterPath()); - QList *list = obj->pathElements(); + QList *list = static_cast *>(obj->pathElements().data); QCOMPARE(list->count(), 5); QmlGraphicsPathAttribute* attr = qobject_cast(list->at(0)); -- cgit v0.12