Skip to content

Commit

Permalink
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Browse files Browse the repository at this point in the history
Change-Id: Icafc7b49e7c42368fe10939b8a134632276c0671
Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
  • Loading branch information
Sergio Ahumada authored and Qt by Nokia committed Mar 5, 2012
1 parent ec97f1c commit a9f1cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testapplications/elements/content/BugPanel.qml
Expand Up @@ -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 } }
Expand Down

0 comments on commit a9f1cdd

Please sign in to comment.