diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-29 00:24:01 +0200 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-29 00:24:37 +0200 |
commit | 88466bcb2162cd063912dbb0e73982095c15dcba (patch) | |
tree | 201fdd6581031d2fda2296094fb18a45f5daca0f /src/testlib | |
parent | 679a6b373a5496c069b1ed668f7eb166237bd0e2 (diff) | |
download | qt4-tools-88466bcb2162cd063912dbb0e73982095c15dcba.tar.gz |
doc: add some more \since 4.6 tags
Diffstat (limited to 'src/testlib')
-rw-r--r-- | src/testlib/qtestcase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index a2f0179bd2..eb4dee1a25 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -735,6 +735,7 @@ QT_BEGIN_NAMESPACE */ /*! \fn void QTest::qWaitForWindowShown(QWidget *window) + \since 4.6 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 |