QtTest: add missing \since 5.0 to the new macros

Change-Id: I8f7060c41df1e0bf1a8c35930400a31a4239a3d6
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
David Faure 2012-02-24 15:17:23 +01:00 committed by Qt by Nokia
parent 7a4b6f8cdd
commit 3d3b3de83a

View File

@ -166,6 +166,7 @@ QT_BEGIN_NAMESPACE
*/
/*! \macro QTRY_VERIFY_WITH_TIMEOUT(condition, timeout)
\since 5.0
\relates QTest
@ -183,6 +184,7 @@ QT_BEGIN_NAMESPACE
/*! \macro QTRY_VERIFY(condition)
\since 5.0
\relates QTest
@ -195,6 +197,7 @@ QT_BEGIN_NAMESPACE
*/
/*! \macro QTRY_COMPARE_WITH_TIMEOUT(actual, expected, timeout)
\since 5.0
\relates QTest
@ -211,6 +214,7 @@ QT_BEGIN_NAMESPACE
*/
/*! \macro QTRY_COMPARE(actual, expected)
\since 5.0
\relates QTest
@ -360,6 +364,7 @@ QT_BEGIN_NAMESPACE
*/
/*! \macro QFINDTESTDATA(filename)
\since 5.0
\relates QTest
@ -449,6 +454,7 @@ QT_BEGIN_NAMESPACE
*/
/*! \macro QTEST_GUILESS_MAIN(TestClass)
\since 5.0
\relates QTest