diff options
author | Eike Ziller <eike.ziller@digia.com> | 2012-10-09 12:21:04 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2012-10-09 12:24:24 +0200 |
commit | 1504ca67fb0c611a5f6b91eeb61f4484ed661e9c (patch) | |
tree | 8b416198275f256354bd6674a2f95ee02b548f49 /tests/manual/debugger | |
parent | 2b56943a8e6efa4e60c14b11afc8d9fefcca13eb (diff) | |
download | qt-creator-1504ca67fb0c611a5f6b91eeb61f4484ed661e9c.tar.gz |
More Nokia -> Digia/QtProject changes
Change-Id: If52505dbc95ee48ac3467cdfbbea91629c11089c
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'tests/manual/debugger')
-rw-r--r-- | tests/manual/debugger/simple/simple_test_app.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp index f7cf04111d..00ce280da2 100644 --- a/tests/manual/debugger/simple/simple_test_app.cpp +++ b/tests/manual/debugger/simple/simple_test_app.cpp @@ -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); } |