diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-11 05:53:34 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-11 05:53:34 (GMT) |
commit | 692931ae2fec4fa8fc4ebcbcff20c952d6319536 (patch) | |
tree | f962585a77c22a6cd77465a52b7dbc66aa0bdca8 /tests/auto | |
parent | 447b79e7c497c93429c25d883dfac954868483a2 (diff) | |
download | Qt-692931ae2fec4fa8fc4ebcbcff20c952d6319536.zip Qt-692931ae2fec4fa8fc4ebcbcff20c952d6319536.tar.gz Qt-692931ae2fec4fa8fc4ebcbcff20c952d6319536.tar.bz2 |
Add support for removing anchors.
This makes it possible to remove an anchor that was previously set.
Trying to set a new anchor after one was removed isn't working yet.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/anchors/tst_anchors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/anchors/tst_anchors.cpp b/tests/auto/declarative/anchors/tst_anchors.cpp index 7d920af..683a7b9 100644 --- a/tests/auto/declarative/anchors/tst_anchors.cpp +++ b/tests/auto/declarative/anchors/tst_anchors.cpp @@ -37,7 +37,7 @@ void tst_anchors::loops() view->setUrl(QUrl("file://" SRCDIR "/data/loop2.qml")); - //### ignoreMessage doesn't seem to work + //### ignoreMessage doesn't seem to work here //QTest::ignoreMessage(QtWarningMsg, "QML QFxImage (unknown location): Anchor loop detected on horizontal anchor."); //QTest::ignoreMessage(QtWarningMsg, "QML QFxImage (unknown location): Anchor loop detected on horizontal anchor."); view->execute(); |