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:
parent
ec97f1cf50
commit
a9f1cdd64b
|
@ -45,7 +45,7 @@ Rectangle {
|
||||||
property string urltext
|
property string urltext
|
||||||
urltext: "<a href=\"" + bugreports + bugnumber + "\">QTBUG-" + bugnumber + "</a>"
|
urltext: "<a href=\"" + bugreports + bugnumber + "\">QTBUG-" + bugnumber + "</a>"
|
||||||
property string 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
|
visible: opacity != 0
|
||||||
opacity: bugnumber == "" ? 0 : 1
|
opacity: bugnumber == "" ? 0 : 1
|
||||||
Behavior on opacity { NumberAnimation { duration: 1500 } }
|
Behavior on opacity { NumberAnimation { duration: 1500 } }
|
||||||
|
|
Loading…
Reference in New Issue