QCOMPARE: Fix a typo in the documentation

Change-Id: If21359397ef7873592b94838647aee121b84b33a
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
Laszlo Papp 2022-07-01 07:57:29 +01:00
parent dd1030a450
commit ca11725659

View File

@ -113,7 +113,7 @@
can be passed as expected value:
\snippet code/src_qtestlib_qtestcase.cpp 34
Note that using initializer lists requires a defining a helper macro
Note that using initializer lists requires defining a helper macro
to prevent the preprocessor from interpreting the commas as macro argument
delimiters:
\snippet code/src_qtestlib_qtestcase.cpp 35