diff options
author | David Fries <David@Fries.net> | 2014-03-07 15:40:54 -0600 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-14 15:27:03 +0100 |
commit | e6cb06a8354a1423a7fc53af96a55e1e156bdcc2 (patch) | |
tree | 2f78c5912c0b5bc29a8b7f2ae1d3f16f74a04a8e /tests/auto/other/gestures/tst_gestures.cpp | |
parent | 961b24eed24185cdd16ca347f6ca2580d86ea9c6 (diff) | |
download | qtbase-e6cb06a8354a1423a7fc53af96a55e1e156bdcc2.tar.gz |
correct send vs sent grammar
Correct the tense of send vs sent in comments and documentation.
Change-Id: I1c5ce9a7b1e49b8b0e8dcfde7d732e4c69acf73a
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'tests/auto/other/gestures/tst_gestures.cpp')
-rw-r--r-- | tests/auto/other/gestures/tst_gestures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/gestures/tst_gestures.cpp b/tests/auto/other/gestures/tst_gestures.cpp index 448825fd81..df168aef58 100644 --- a/tests/auto/other/gestures/tst_gestures.cpp +++ b/tests/auto/other/gestures/tst_gestures.cpp @@ -1545,7 +1545,7 @@ void tst_Gestures::autoCancelGestures() QVERIFY(QTest::qWaitForWindowExposed(&parent)); /* - An event is send to both the child and the parent, when the child gets it a gesture is triggered + An event is sent to both the child and the parent, when the child gets it a gesture is triggered and send to the child. When the parent gets the event a new gesture is triggered and delivered to the parent. When the parent gets it he accepts it and that causes the cancel policy to activate. |