From fc7a0502f1ece0e01533afd91bbb206ebbde935c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Fri, 6 Jan 2023 23:35:39 +0100 Subject: Porting: Fix clazy arguments Clazy does not recognize the check if it starts with a blank ( ). Change-Id: Icf31c3940a85a820155a2c0bd40535c0eebfc06b Reviewed-by: Giuseppe D'Angelo (cherry picked from commit e509a3d7ea7b20c7b10b89f3f11b3acbafd9b9d1) Reviewed-by: Qt Cherry-pick Bot --- doc/src/portcppapps_toqt6.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/portcppapps_toqt6.qdoc b/doc/src/portcppapps_toqt6.qdoc index 53ad47fb..f3c493d5 100644 --- a/doc/src/portcppapps_toqt6.qdoc +++ b/doc/src/portcppapps_toqt6.qdoc @@ -64,8 +64,8 @@ Select the checks: \code - export CLAZY_CHECKS="qt6-deprecated-api-fixes, qt6-header-fixes, - qt6-qhash-signature, qt6-qlatin1stringchar-to-u, qt6-fwd-fixes, missing-qobject-macro" + export CLAZY_CHECKS="qt6-deprecated-api-fixes,qt6-header-fixes, + qt6-qhash-signature,qt6-qlatin1stringchar-to-u,qt6-fwd-fixes,missing-qobject-macro" \endcode Enable the fixits: -- cgit v1.2.1