Change Qt bugtracker URL to qt.io
authorAlex Blasche <alexander.blasche@theqtcompany.com>
Thu, 11 Dec 2014 13:23:01 +0000 (14:23 +0100)
committerAlex Blasche <alexander.blasche@theqtcompany.com>
Tue, 16 Dec 2014 10:35:55 +0000 (11:35 +0100)
Change-Id: I3dde034b2a36c324df9f4e1fd2e05a07a7237c04
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
tests/auto/quick/qquickpixmapcache/tst_qquickpixmapcache.cpp
tests/testapplications/elements/content/BugPanel.qml

index db69020..83c6782 100644 (file)
@@ -113,7 +113,7 @@ void tst_qquickpixmapcache::initTestCase()
     // This avoids a race condition/deadlock bug in network config
     // manager when it is accessed by the HTTP server thread before
     // anything else. Bug report can be found at:
-    // https://bugreports.qt-project.org/browse/QTBUG-26355
+    // QTBUG-26355
     QNetworkConfigurationManager cm;
     cm.updateConfigurations();
 
index 48de12a..fcbdd94 100644 (file)
@@ -37,7 +37,7 @@ Rectangle {
     property string urltext
     urltext: "<a href=\"" + bugreports + bugnumber + "\">QTBUG-" + bugnumber + "</a>"
     property string bugnumber: ""
-    property string bugreports: "http://bugreports.qt-project.org/browse/QTBUG-"
+    property string bugreports: "http://bugreports.qt.io/browse/QTBUG-"
     visible: opacity != 0
     opacity: bugnumber == "" ? 0 : 1
     Behavior on opacity { NumberAnimation { duration: 1500 } }