From 65516b7f6cebcbce0db475d08f00f432b0f90c3b Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 4 Mar 2015 23:00:59 +0100 Subject: Doc: Replace qt-project.org/doc with doc.qt.io Change-Id: Ib693ac8d48ab943a3c26a49ab4fca91f0c5f0b0e Reviewed-by: Simon Hausmann --- tests/testapplications/text/textedit.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testapplications') diff --git a/tests/testapplications/text/textedit.qml b/tests/testapplications/text/textedit.qml index 4a1174081f..a42ca447d5 100644 --- a/tests/testapplications/text/textedit.qml +++ b/tests/testapplications/text/textedit.qml @@ -136,7 +136,7 @@ Rectangle { "and a language runtime. "+ "A collection of C++ APIs is used to integrate these high level features with classic Qt applications."}); textmodel.append({ "name": "Links", - "value": "This is a link - Qt Docs"}); + "value": "This is a link - Qt Docs"}); } } ControlView { -- cgit v1.2.3