diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 22:46:19 +1000 |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 22:46:19 +1000 |
commit | 760b3ad2b7049b5258936094bbf653d121cf8e79 (patch) | |
tree | c9f73984f784efc8ff3b775b91a0853abc914595 /src/testlib | |
parent | 53826d67541498a3531d7f3edb4d6aa2733d37b6 (diff) | |
download | qt4-tools-760b3ad2b7049b5258936094bbf653d121cf8e79.tar.gz |
Fix qdoc error
Reviewed-by: Trust Me
Diffstat (limited to 'src/testlib')
-rw-r--r-- | src/testlib/qtestcase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 1768fe6736..a2f0179bd2 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. |