From 5fe805dcfb23c38ddf49f35dadf9cc1cce45ca17 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Tue, 12 Mar 2024 21:43:52 +0100 Subject: [PATCH] QT_NO_QEXCHANGE: doc fix A \relates was missing. Change-Id: I30c8a721b2d1e38ac87bebac37aef5a350dfe683 Pick-to: 6.7 Reviewed-by: Fabian Kosmale --- src/corelib/global/qttypetraits.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qttypetraits.qdoc b/src/corelib/global/qttypetraits.qdoc index b308a9b55b4..a50b3b9f113 100644 --- a/src/corelib/global/qttypetraits.qdoc +++ b/src/corelib/global/qttypetraits.qdoc @@ -123,6 +123,7 @@ /*! \macro QT_NO_QEXCHANGE \since 6.6 + \relates Defining this macro removes the availability of the qExchange() function.