forked from qt-creator/qt-creator
More Nokia -> Digia/QtProject changes
Change-Id: If52505dbc95ee48ac3467cdfbbea91629c11089c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
2b56943a8e
commit
1504ca67fb
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user