mirror of https://github.com/qt/qtbase.git
Fix typo in qtestcase docs argument expectedVal
Pick-to: 6.10 6.10.0 6.9 6.8 Change-Id: I40015a403ae578de1b14f13935d5d58d6d7abc9a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
c4f8fa83db
commit
14b3f3da3c
|
@ -2799,7 +2799,7 @@ void QTest::setMainSourcePath(const char *file, const char *builddir)
|
|||
|
||||
If the caller creates a custom failure message showing the compared values,
|
||||
or if those values cannot be stringified, use the overload of the function
|
||||
that takes no \a actualVal and \a expecetedVal parameters.
|
||||
that takes no \a actualVal and \a expectedVal parameters.
|
||||
*/
|
||||
bool QTest::compare_helper(bool success, const char *failureMsg,
|
||||
char *actualVal, char *expectedVal,
|
||||
|
|
Loading…
Reference in New Issue