From: Sergio Ahumada Date: Fri, 2 Mar 2012 12:34:21 +0000 (+0100) Subject: Change bugreports.qt.nokia.com -> bugreports.qt-project.org X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a9f1cdd64bb8d656b15fb60642b9c59a08353da5;p=konrad%2Fqtdeclarative.git Change bugreports.qt.nokia.com -> bugreports.qt-project.org Change-Id: Icafc7b49e7c42368fe10939b8a134632276c0671 Reviewed-by: Damian Jansen --- diff --git a/tests/testapplications/elements/content/BugPanel.qml b/tests/testapplications/elements/content/BugPanel.qml index d1d9901..9f957ec 100644 --- a/tests/testapplications/elements/content/BugPanel.qml +++ b/tests/testapplications/elements/content/BugPanel.qml @@ -45,7 +45,7 @@ Rectangle { property string urltext urltext: "QTBUG-" + bugnumber + "" 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 } }