From dabe6288f090072d4d50f894a5f850f6fb8051c1 Mon Sep 17 00:00:00 2001 From: Venu Date: Mon, 16 Dec 2013 16:02:09 +0100 Subject: Doc: Updated the image URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The existing HTTP url for logo.png was automatically redirected to an HTTPS url which fails without SSL. So updated the example to use different HTTP url. Also updated another image URL, which is invalid now. Task-number: QTBUG-35557 Change-Id: I793fc5ebda64b21f443da7db9ecda76ae951d5bf Reviewed-by: Friedemann Kleint Reviewed-by: Topi Reiniƶ --- examples/quick/text/imgtag/imgtag.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/quick/text/imgtag/imgtag.qml b/examples/quick/text/imgtag/imgtag.qml index 892933cab0..8cb85ba86d 100644 --- a/examples/quick/text/imgtag/imgtag.qml +++ b/examples/quick/text/imgtag/imgtag.qml @@ -78,10 +78,10 @@ Rectangle { text: "Some hearts with different sizes." } TextWithImage { - text: "Resized imagefrom the internet." + text: "Resized imagefrom the internet." } TextWithImage { - text: "Imagefrom the internet." + text: "Imagefrom the internet." } TextWithImage { height: 120 -- cgit v1.2.3