diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-28 06:53:24 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-28 06:53:24 (GMT) |
commit | 4cbbcf62949421ae5cad422b904b3ed1a004a724 (patch) | |
tree | 964f31614c4564e6425f9c5ca831bdb39bddf00c /tests | |
parent | 6330964f99366f31de85eda50e51a965d347868b (diff) | |
download | Qt-4cbbcf62949421ae5cad422b904b3ed1a004a724.zip Qt-4cbbcf62949421ae5cad422b904b3ed1a004a724.tar.gz Qt-4cbbcf62949421ae5cad422b904b3ed1a004a724.tar.bz2 |
correct a typo in the test description
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual/qtouchevent/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qtouchevent/main.cpp b/tests/manual/qtouchevent/main.cpp index bc33f16..d48f487 100644 --- a/tests/manual/qtouchevent/main.cpp +++ b/tests/manual/qtouchevent/main.cpp @@ -465,7 +465,7 @@ void tst_ManualMultitouch::secondTouchPointOnChildGoesToParent() { MultitouchTestWidget testWidget; testWidget.testNameLabel->setText("Additional Touch-Points Over Child's Rect Go to Parent"); - testWidget.testDescriptionLabel->setText("Press and hold a finger on the red widget, then on the red one, and release."); + testWidget.testDescriptionLabel->setText("Press and hold a finger on the red widget, then on the grey one, and release."); testWidget.greenWidget->hide(); testWidget.redWidget->setAttribute(Qt::WA_AcceptTouchEvents); testWidget.greyWidget->setAttribute(Qt::WA_AcceptTouchEvents); |