summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-11-20 00:00:10 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-11-20 00:00:10 (GMT)
commit43f9606dc7a9937f58eba2558a3a13e3f19adfa6 (patch)
tree89d3d3d2a7ad7d27e10ff30bdc78082560f1aba3 /src/testlib
parent2b417c9b7c878bbf49e685509b0e4b411f7b00ba (diff)
parent530c0a32bf58b382c32806bb6742b6029086c92e (diff)
downloadQt-43f9606dc7a9937f58eba2558a3a13e3f19adfa6.zip
Qt-43f9606dc7a9937f58eba2558a3a13e3f19adfa6.tar.gz
Qt-43f9606dc7a9937f58eba2558a3a13e3f19adfa6.tar.bz2
Merge branch 'master-upstream' into master-water
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index aae2786..126c6c1 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -755,6 +755,9 @@ QT_BEGIN_NAMESPACE
QTest::touchEvent to create a QTouchEventSequence instance. Add touch events to
the sequence by calling press(), move(), release() and stationary(), and let the
instance run out of scope to commit the sequence to the event system.
+
+ Example:
+ \snippet doc/src/snippets/code/src_qtestlib_qtestcase.cpp 25
*/
/*!