diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 09:42:54 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 09:42:54 (GMT) |
commit | ce6f58a54ccbf6c83cb2b4d725efb8fc5e1f261f (patch) | |
tree | f3b89831a7f968b5269e93596b89c003ef69d9d2 /src/testlib/qtestcase.cpp | |
parent | 91f5404cdbe7cdf0521a257d6abf662b86c31986 (diff) | |
download | Qt-ce6f58a54ccbf6c83cb2b4d725efb8fc5e1f261f.zip Qt-ce6f58a54ccbf6c83cb2b4d725efb8fc5e1f261f.tar.gz Qt-ce6f58a54ccbf6c83cb2b4d725efb8fc5e1f261f.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 7e7bcd1..1768fe6 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -734,7 +734,7 @@ QT_BEGIN_NAMESPACE \sa QTest::qSleep() */ -/*! \fn void QTest::qWaitForWindowManager(QWidget *window) +/*! \fn void QTest::qWaitForWindowShown(QWidget *window) Waits until the window is shown in the screen. This is mainly useful for asynchronous systems like X11, where a window will be mapped to screen some |