aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanchors
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-07-15 14:58:14 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-15 15:40:43 +0200
commitb27461dcdfb333a53e5559d0221727c3714e87d8 (patch)
tree70ee2a1cfe841c8057570a2c038d518fb531d2eb /tests/auto/quick/qquickanchors
parent4615ddde02306f704b5eab11a5f6e2ba73c0d411 (diff)
Replace qt.nokia.com by www.qt-project.org in tests.
Task-number: QTBUG-32390 Change-Id: If318cf9bbcaa36e6e60d693dd0cb9a58768af47b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/quick/qquickanchors')
-rw-r--r--tests/auto/quick/qquickanchors/data/loop2.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickanchors/data/loop2.qml b/tests/auto/quick/qquickanchors/data/loop2.qml
index 044152989e..ba6f07f680 100644
--- a/tests/auto/quick/qquickanchors/data/loop2.qml
+++ b/tests/auto/quick/qquickanchors/data/loop2.qml
@@ -7,13 +7,13 @@ Rectangle {
Image {
id: image1
- source: "http://labs.qt.nokia.com/blogs/wp-content/uploads/2009/03/3311388091_ac2a257feb.jpg"
+ source: "http://blog.qt.digia.com/wp-content/uploads/2013/07/Qt-team-Oslo1.jpeg"
anchors.right: image2.left
}
Image {
id: image2
- source: "http://labs.qt.nokia.com/blogs/wp-content/uploads/2009/03/oslo_groupphoto.jpg"
+ source: "http://blog.qt.digia.com/wp-content/uploads/2013/07/Qt-team-Oslo1.jpeg"
anchors.left: image1.right
anchors.leftMargin: 20
}