forked from qt-creator/qt-creator
Adapt bugtracker URL
Change-Id: I93a256f18e720edb0bcfc2b409c119abfdcf2a2b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
This commit is contained in:
@@ -5103,7 +5103,7 @@ namespace basic {
|
||||
dummyStatement(&foo);
|
||||
}
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5326
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-5326
|
||||
|
||||
void testChar()
|
||||
{
|
||||
@@ -6360,7 +6360,7 @@ namespace bug842 {
|
||||
|
||||
void test842()
|
||||
{
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-842
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-842
|
||||
qWarning("Test");
|
||||
BREAK_HERE;
|
||||
// Continue.
|
||||
@@ -6375,7 +6375,7 @@ namespace bug3611 {
|
||||
|
||||
void test3611()
|
||||
{
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-3611
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-3611
|
||||
typedef unsigned char byte;
|
||||
byte f = '2';
|
||||
int *x = (int*)&f;
|
||||
@@ -6397,7 +6397,7 @@ namespace bug3611 {
|
||||
|
||||
namespace bug4019 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-4019
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-4019
|
||||
|
||||
class A4019
|
||||
{
|
||||
@@ -6423,7 +6423,7 @@ namespace bug4019 {
|
||||
|
||||
namespace bug4997 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-4997
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-4997
|
||||
|
||||
void test4997()
|
||||
{
|
||||
@@ -6437,7 +6437,7 @@ namespace bug4997 {
|
||||
|
||||
namespace bug4904 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-4904
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-4904
|
||||
|
||||
struct CustomStruct {
|
||||
int id;
|
||||
@@ -6472,7 +6472,7 @@ namespace bug4904 {
|
||||
|
||||
namespace bug5046 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5046
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-5046
|
||||
|
||||
struct Foo { int a, b, c; };
|
||||
|
||||
@@ -6501,7 +6501,7 @@ namespace bug5046 {
|
||||
|
||||
namespace bug5106 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5106
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-5106
|
||||
|
||||
class A5106
|
||||
{
|
||||
@@ -6533,7 +6533,7 @@ namespace bug5106 {
|
||||
|
||||
namespace bug5184 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5184
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-5184
|
||||
|
||||
// Note: The report there shows type field "QUrl &" instead of QUrl.
|
||||
// It's unclear how this can happen. It should never have been like
|
||||
@@ -6606,7 +6606,7 @@ namespace qc42170 {
|
||||
|
||||
namespace bug5799 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5799
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-5799
|
||||
|
||||
typedef struct { int m1; int m2; } S1;
|
||||
|
||||
@@ -6646,7 +6646,7 @@ namespace bug5799 {
|
||||
|
||||
namespace bug6813 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-6813
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-6813
|
||||
void test6813()
|
||||
{
|
||||
int foo = 0;
|
||||
@@ -6724,7 +6724,7 @@ namespace cp42895 {
|
||||
|
||||
namespace bug6465 {
|
||||
|
||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-6465
|
||||
// https://bugreports.qt.io/browse/QTCREATORBUG-6465
|
||||
|
||||
void test6465()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user