From e830a8c7b6728e59041a85dc608cf8da5257e850 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Sat, 8 May 2021 19:39:12 +0200 Subject: [PATCH] PRIx macros: add missing \relates to the docs Otherwise they won't appear. Change-Id: I19d93aef9acb9d7afced8acbc76813a30b572953 Reviewed-by: Edward Welbourne --- src/corelib/global/qglobal.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index fda0df7626..95f5adab3b 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -844,6 +844,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined"); \macro PRIdQINTPTR \macro PRIiQINTPTR \since 6.2 + \relates See qintptr. */ @@ -888,6 +889,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined"); \macro PRIxQUINTPTR \macro PRIXQUINTPTR \since 6.2 + \relates See quintptr. */ @@ -923,6 +925,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined"); \macro PRIdQPTRDIFF \macro PRIiQPTRDIFF \since 6.2 + \relates See qptrdiff. */ @@ -957,6 +960,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined"); \macro PRIdQSIZETYPE \macro PRIiQSIZETYPE \since 6.2 + \relates See qsizetype. */