diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-29 11:19:31 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-29 11:19:31 (GMT) |
commit | 1652f51f953109581640b10db6c44ecb45790e30 (patch) | |
tree | 9d2922cbaf00faba2875fec4b8933af6dd2959ee /src/testlib | |
parent | 313aab2c442d66b459a12d332bf3c7168c495071 (diff) | |
download | Qt-1652f51f953109581640b10db6c44ecb45790e30.zip Qt-1652f51f953109581640b10db6c44ecb45790e30.tar.gz Qt-1652f51f953109581640b10db6c44ecb45790e30.tar.bz2 |
Doc: Documentation for new toString(QVariant) overload
Diffstat (limited to 'src/testlib')
-rw-r--r-- | src/testlib/qtestcase.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 1d0bbcf..cb05400 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -685,6 +685,13 @@ QT_BEGIN_NAMESPACE Returns a textual representation of the given \a rectangle. */ +/*! + \fn char *QTest::toString(const QVariant &variant) + \overload + + Returns a textual representation of the given \a variant. +*/ + /*! \fn void QTest::qWait(int ms) Waits for \a ms milliseconds. While waiting, events will be processed and |