From 2a0d1cc3794394107652d979051cb050e4615a36 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 11 Dec 2014 14:23:01 +0100 Subject: Change Qt bugtracker URL to qt.io Change-Id: I3dde034b2a36c324df9f4e1fd2e05a07a7237c04 Reviewed-by: Oswald Buddenhagen Reviewed-by: Alex Blasche --- tests/auto/quick/qquickpixmapcache/tst_qquickpixmapcache.cpp | 2 +- tests/testapplications/elements/content/BugPanel.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/quick/qquickpixmapcache/tst_qquickpixmapcache.cpp b/tests/auto/quick/qquickpixmapcache/tst_qquickpixmapcache.cpp index db69020589..83c678214d 100644 --- a/tests/auto/quick/qquickpixmapcache/tst_qquickpixmapcache.cpp +++ b/tests/auto/quick/qquickpixmapcache/tst_qquickpixmapcache.cpp @@ -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(); diff --git a/tests/testapplications/elements/content/BugPanel.qml b/tests/testapplications/elements/content/BugPanel.qml index 48de12ab15..fcbdd941bc 100644 --- a/tests/testapplications/elements/content/BugPanel.qml +++ b/tests/testapplications/elements/content/BugPanel.qml @@ -37,7 +37,7 @@ Rectangle { property string urltext urltext: "QTBUG-" + bugnumber + "" 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 } } -- cgit v1.2.3