Change bugreports.qt.nokia.com -> bugreports.qt-project.org
authorSergio Ahumada <sergio.ahumada@nokia.com>
Fri, 2 Mar 2012 12:34:21 +0000 (13:34 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 5 Mar 2012 04:38:16 +0000 (05:38 +0100)
Change-Id: Icafc7b49e7c42368fe10939b8a134632276c0671
Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
tests/testapplications/elements/content/BugPanel.qml

index d1d9901..9f957ec 100644 (file)
@@ -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 } }