summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-09-28 12:46:19 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-28 12:46:19 (GMT)
commit760b3ad2b7049b5258936094bbf653d121cf8e79 (patch)
treec9f73984f784efc8ff3b775b91a0853abc914595 /src/testlib
parent53826d67541498a3531d7f3edb4d6aa2733d37b6 (diff)
downloadQt-760b3ad2b7049b5258936094bbf653d121cf8e79.zip
Qt-760b3ad2b7049b5258936094bbf653d121cf8e79.tar.gz
Qt-760b3ad2b7049b5258936094bbf653d121cf8e79.tar.bz2
Fix qdoc error
Reviewed-by: Trust Me
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 1768fe6..a2f0179 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -736,7 +736,7 @@ QT_BEGIN_NAMESPACE
/*! \fn void QTest::qWaitForWindowShown(QWidget *window)
- Waits until the window is shown in the screen. This is mainly useful for
+ Waits until the \a window is shown in the screen. This is mainly useful for
asynchronous systems like X11, where a window will be mapped to screen some
time after being asked to show itself on the screen.