summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-08 21:07:58 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-09 07:54:42 (GMT)
commit60666017530dc981b3908e3e572269cb5a3019ed (patch)
tree2c82884738c155c6a4103eb84e2871996894ff30 /tests/benchmarks
parent95a857c2d3212c0a19aefd11ff960df56d413acc (diff)
downloadQt-60666017530dc981b3908e3e572269cb5a3019ed.zip
Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.gz
Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.bz2
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ib13737eac7f7cee3ebca44aa712cb6b152672a81 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp b/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp
index 12ef9b0..b4b4a63 100644
--- a/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp
+++ b/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp
@@ -161,7 +161,7 @@ void tst_QWidget::update_data()
QTest::newRow("10x10x100 opaque") << 10 << 10 << 100 << true;
#ifndef Q_OS_SYMBIAN
//These test cases cause stack overflow in QWidgetPrivate::paintSiblingsRecursive
- //see http://bugreports.qt.nokia.com/browse/QTBUG-8512
+ //see http://bugreports.qt-project.org/browse/QTBUG-8512
//Symbian threads have a hard limit of 80kB user stack
QTest::newRow("25x25x1 transparent ") << 25 << 25 << 1 << false;
QTest::newRow("25x25x10 transparent") << 25 << 25 << 10 << false;