Change bugreports.qt.nokia.com -> bugreports.qt-project.org

Change-Id: Icafc7b49e7c42368fe10939b8a134632276c0671
Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
This commit is contained in:
Sergio Ahumada 2012-03-02 13:34:21 +01:00 committed by Qt by Nokia
parent ec97f1cf50
commit a9f1cdd64b
1 changed files with 1 additions and 1 deletions

View 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 } }