diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 12:46:19 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 12:46:19 (GMT) |
commit | 760b3ad2b7049b5258936094bbf653d121cf8e79 (patch) | |
tree | c9f73984f784efc8ff3b775b91a0853abc914595 /src/testlib/qtestcase.cpp | |
parent | 53826d67541498a3531d7f3edb4d6aa2733d37b6 (diff) | |
download | Qt-760b3ad2b7049b5258936094bbf653d121cf8e79.zip Qt-760b3ad2b7049b5258936094bbf653d121cf8e79.tar.gz Qt-760b3ad2b7049b5258936094bbf653d121cf8e79.tar.bz2 |
Fix qdoc error
Reviewed-by: Trust Me
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-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 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. |