aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-03-02 13:34:21 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-05 05:38:16 +0100
commita9f1cdd64bb8d656b15fb60642b9c59a08353da5 (patch)
tree163bb984e38a61f0116c334e4c70d93dc85c50a3 /tests/testapplications
parentec97f1cf507963320aa06c59c3ff3baa2cafa6aa (diff)
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Icafc7b49e7c42368fe10939b8a134632276c0671 Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
Diffstat (limited to 'tests/testapplications')
-rw-r--r--tests/testapplications/elements/content/BugPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/BugPanel.qml b/tests/testapplications/elements/content/BugPanel.qml
index d1d99016c3..9f957ec232 100644
--- a/tests/testapplications/elements/content/BugPanel.qml
+++ b/tests/testapplications/elements/content/BugPanel.qml
@@ -45,7 +45,7 @@ Rectangle {
property string urltext
urltext: "<a href=\"" + bugreports + bugnumber + "\">QTBUG-" + bugnumber + "</a>"
property string bugnumber: ""
- property string bugreports: "http://bugreports.qt.nokia.com/browse/QTBUG-"
+ property string bugreports: "http://bugreports.qt-project.org/browse/QTBUG-"
visible: opacity != 0
opacity: bugnumber == "" ? 0 : 1
Behavior on opacity { NumberAnimation { duration: 1500 } }