From ca11725659a14f1b57de8f35b783bcd40d822dc6 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Fri, 1 Jul 2022 07:57:29 +0100 Subject: [PATCH] QCOMPARE: Fix a typo in the documentation Change-Id: If21359397ef7873592b94838647aee121b84b33a Reviewed-by: Kai Koehne --- src/testlib/qtestcase.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testlib/qtestcase.qdoc b/src/testlib/qtestcase.qdoc index 5ab493a2fc..fef6b6255c 100644 --- a/src/testlib/qtestcase.qdoc +++ b/src/testlib/qtestcase.qdoc @@ -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