aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage/data
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2012-05-02 14:29:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-03 01:20:05 +0200
commita54d51ee89aaf6ffc9f9b8e4f131829b0969f35f (patch)
treec1d8f4dfbcd1e449a89102722a83589505794c0d /tests/auto/quick/qquickimage/data
parentd815e111799877b3d1e77ebe0650040e311d2ded (diff)
Fix QQuickImage tiling_QTBUG_6716 and mirror tests.
QQuickView::grabFrameBuffer doesn't crash on mac anymore. Also update mirror test to reflect the way we handle tiling now (centered if no horizontal or vertical alignment set). Task-number: QTBUG-21688 Change-Id: Ifaa321ac0914840562ee61241c8f30d8fe8e8f04 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickimage/data')
-rw-r--r--tests/auto/quick/qquickimage/data/mirror.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickimage/data/mirror.qml b/tests/auto/quick/qquickimage/data/mirror.qml
index 98fddf083e..ba230500bb 100644
--- a/tests/auto/quick/qquickimage/data/mirror.qml
+++ b/tests/auto/quick/qquickimage/data/mirror.qml
@@ -5,6 +5,7 @@ Rectangle {
height: 250
Image {
objectName: "image"
+ smooth: false
anchors.fill: parent
source: "pattern.png"
}