More Nokia -> Digia/QtProject changes

Change-Id: If52505dbc95ee48ac3467cdfbbea91629c11089c
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Eike Ziller
2012-10-09 12:21:04 +02:00
committed by Tobias Hunger
parent 2b56943a8e
commit 1504ca67fb
27 changed files with 55 additions and 55 deletions

View File

@@ -3592,9 +3592,9 @@ namespace qurl {
void testQUrl()
{
QUrl url(QString("http://www.nokia.com"));
QUrl url(QString("http://qt-project.org"));
BREAK_HERE;
// Check url "http://www.nokia.com" QUrl.
// Check url "http://qt-project.org" QUrl.
// Continue.
dummyStatement(&url);
}